@@ -28,7 +28,6 @@ bool g_pauseBGM_06 = false;
28
28
bool g_forceRenderCursor=false ;
29
29
bool g_testKey=false ;
30
30
bool g_disable_max_btn = true ;
31
- bool g_disable_checksum = false ;
32
31
AdvancedIGI_Options g_adv_igi_options;
33
32
34
33
bool g_useCustomFont = false ;
@@ -220,19 +219,6 @@ void GameGuiInit(game_gui_impl impl, int device, int hwnd, int wndproc_addr,
220
219
Gui::ingame_input_gen_t input_gen, int reg1, int reg2, int reg3,
221
220
int wnd_size_flag, float x, float y)
222
221
{
223
- if (device == 0 ) // special for th08
224
- {
225
- if (LauncherCfgInit (true )) {
226
- bool disable_checksum = false ;
227
- if (LauncherSettingGet (" disable_checksum" , disable_checksum) && disable_checksum) {
228
- if (device == 0x17ce760 ) // 08
229
- {
230
- g_disable_checksum = true ;
231
- }
232
- }
233
- }
234
- return ;
235
- }
236
222
ingame_mb_init ();
237
223
::ImGui::CreateContext ();
238
224
g_gameGuiImpl = impl;
@@ -412,14 +398,6 @@ void GameGuiInit(game_gui_impl impl, int device, int hwnd, int wndproc_addr,
412
398
g_disable_f10_11_13 = false ;
413
399
}
414
400
415
- bool disable_checksum = false ;
416
- if (LauncherSettingGet (" disable_checksum" , disable_checksum) && disable_checksum) {
417
- if (device == 0x17ce760 ) // 08
418
- {
419
- g_disable_checksum = true ;
420
- }
421
- }
422
-
423
401
LauncherSettingGet_KeyBind ();
424
402
425
403
int theme;
0 commit comments