mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Use total name as prefs
This commit is contained in:
parent
a72ade683b
commit
d7c318af18
@ -227,7 +227,7 @@ void Frodo::LoadFrodorc()
|
||||
if (total_name)
|
||||
{
|
||||
ThePrefs.Load(total_name);
|
||||
strncpy(ThePrefs.PrefsPath, prefs_path, sizeof(ThePrefs.PrefsPath));
|
||||
strncpy(ThePrefs.PrefsPath, total_name, sizeof(ThePrefs.PrefsPath));
|
||||
} else
|
||||
warning("Cannot find frodorc or frodorc.default in any tried directory");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user