From 76389d8e942f490cc3aa4f1db854b1f630c75786 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Sat, 16 Jun 2018 15:17:12 +0800 Subject: [PATCH] RTC: Change this #ifdef to GBA_LOGGING --- src/gba/RTC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gba/RTC.cpp b/src/gba/RTC.cpp index 6060ae55..768bc9fc 100644 --- a/src/gba/RTC.cpp +++ b/src/gba/RTC.cpp @@ -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;