diff --git a/Source/Glide64/Gfx_1.3.h b/Source/Glide64/Gfx_1.3.h index ac48a5afa..b4eec2cfc 100644 --- a/Source/Glide64/Gfx_1.3.h +++ b/Source/Glide64/Gfx_1.3.h @@ -102,8 +102,6 @@ extern "C" { // ******************************** // ** TAKE OUT BEFORE RELEASE!!! ** - //#define LOG_KEY // says "Key!!!" in the log when space bar is pressed - //#define LOG_UCODE //#define ALTTAB_FIX diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 643c273ff..a285c2cb5 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -1359,7 +1359,7 @@ void CALL CloseDLL(void) { UnhookWindowsHookEx(hhkLowLevelKybd); hhkLowLevelKybd = 0; -} + } #endif //CLOSELOG (); @@ -1832,12 +1832,6 @@ output: none uint32_t update_screen_count = 0; void CALL UpdateScreen(void) { -#ifdef LOG_KEY - if (CheckKeyPressed(G64_VK_SPACE, 0x0001)) - { - LOG("KEY!!!\n"); - } -#endif WriteTrace(TraceGlide64, TraceDebug, "Origin: %08x, Old origin: %08x, width: %d\n", *gfx.VI_ORIGIN_REG, rdp.vi_org_reg, *gfx.VI_WIDTH_REG); uint32_t width = (*gfx.VI_WIDTH_REG) << 1;