[Glide64] Remove LOG_KEY

This commit is contained in:
zilmar 2016-02-10 18:13:49 +11:00
parent 38ce8a3c83
commit e8d5e8be9c
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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;