diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 24d08af92..407ac97c3 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -1469,7 +1469,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance, bad_glob_cflash_disk_image_file = my_config.cflash_disk_image_file; #endif - hAccel = LoadAccelerators(hAppInst, MAKEINTRESOURCE(IDR_MAIN_ACCEL)); + //hAccel = LoadAccelerators(hAppInst, MAKEINTRESOURCE(IDR_MAIN_ACCEL)); //Now that we have a hotkey system we down need the Accel table. Not deleting just yet though if(MenuInit() == 0) {