MCPcopy Create free account
hub / github.com/dborth/fceugx / ResetText

Function ResetText

source/menu.cpp:152–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void ResetText()
153{
154 LoadLanguage();
155
156 if(mainWindow)
157 {
158 HaltGui();
159 mainWindow->ResetText();
160 ResumeGui();
161 }
162}
163
164static int currentLanguage = -1;
165

Callers 1

ChangeLanguageFunction · 0.85

Calls 4

LoadLanguageFunction · 0.85
HaltGuiFunction · 0.85
ResumeGuiFunction · 0.85
ResetTextMethod · 0.45

Tested by

no test coverage detected