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
melonDS
Commits
f94b784c
Commit
f94b784c
authored
Jun 07, 2021
by
WaluigiWare64
Browse files
Use printf format macro here
parent
1793abcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NDS.cpp
View file @
f94b784c
...
...
@@ -3570,7 +3570,7 @@ void ARM9IOWrite32(u32 addr, u32 val)
}
// NO$GBA debug register "Char Out"
case
0x04FFFA1C
:
printf
(
"%
lc"
,
val
);
return
;
case
0x04FFFA1C
:
printf
(
"%
"
PRIu32
,
val
);
return
;
}
if
(
addr
>=
0x04000000
&&
addr
<
0x04000060
)
...
...
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