RTC: Change this #ifdef to GBA_LOGGING

This commit is contained in:
retro-wertz 2018-06-16 15:17:12 +08:00
parent 710d2f3ebf
commit 76389d8e94
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ bool rtcWrite(uint32_t address, uint16_t value)
} break;
default:
#ifndef __LIBRETRO__
#ifdef GBA_LOGGING
log(N_("Unknown RTC command %02x"), rtcClockData.command);
#endif
rtcClockData.state = IDLE;