RTC: Change this #ifdef to GBA_LOGGING
This commit is contained in:
parent
710d2f3ebf
commit
76389d8e94
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue