mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +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 ShowAction (const char *msg);
|
||||||
void CancelAction();
|
void CancelAction();
|
||||||
void ShowProgress (const char *msg, int done, int total);
|
void ShowProgress (const char *msg, int done, int total);
|
||||||
|
void ResetText();
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
@ -577,5 +577,6 @@ bool LoadPrefs()
|
|||||||
if(prefFound)
|
if(prefFound)
|
||||||
FixInvalidSettings();
|
FixInvalidSettings();
|
||||||
|
|
||||||
|
ResetText();
|
||||||
return prefFound;
|
return prefFound;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user