Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vbam-libretro
Commits
76389d8e
Commit
76389d8e
authored
Jun 16, 2018
by
retro-wertz
Browse files
RTC: Change this #ifdef to GBA_LOGGING
parent
710d2f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gba/RTC.cpp
View file @
76389d8e
...
...
@@ -243,7 +243,7 @@ bool rtcWrite(uint32_t address, uint16_t value)
}
break
;
default:
#if
n
def
__LIBRETRO__
#ifdef
GBA_LOGGING
log
(
N_
(
"Unknown RTC command %02x"
),
rtcClockData
.
command
);
#endif
rtcClockData
.
state
=
IDLE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment