mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Don't look for frodorc.default (no conf is fine)
This commit is contained in:
parent
6cf7140e2c
commit
1b8b98a394
@ -207,11 +207,6 @@ void Frodo::LoadFrodorc()
|
||||
const char *name = "frodorc";
|
||||
|
||||
p = try_path(paths[i], name);
|
||||
if (!p)
|
||||
{
|
||||
name = "frodorc.default";
|
||||
p = try_path(paths[i], "frodorc.default");
|
||||
}
|
||||
|
||||
if (p)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user