mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
make sure to load language on startup
This commit is contained in:
parent
98aedae304
commit
409caa732e
@ -23,6 +23,7 @@ void InfoPrompt(const char * msg);
|
||||
void ShowAction (const char *msg);
|
||||
void CancelAction();
|
||||
void ShowProgress (const char *msg, int done, int total);
|
||||
void ResetText();
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -577,5 +577,6 @@ bool LoadPrefs()
|
||||
if(prefFound)
|
||||
FixInvalidSettings();
|
||||
|
||||
ResetText();
|
||||
return prefFound;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user