mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
make sure to load language on startup
This commit is contained in:
parent
fa85d135dc
commit
c92fb73119
@ -21,6 +21,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
|
||||||
{
|
{
|
||||||
|
@ -629,5 +629,6 @@ bool LoadPrefs()
|
|||||||
if(strcmp(GCSettings.CheatFolder, "snes9x/cheats") == 0)
|
if(strcmp(GCSettings.CheatFolder, "snes9x/cheats") == 0)
|
||||||
sprintf(GCSettings.CheatFolder, "snes9xgx/cheats");
|
sprintf(GCSettings.CheatFolder, "snes9xgx/cheats");
|
||||||
|
|
||||||
|
ResetText();
|
||||||
return prefFound;
|
return prefFound;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user