aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authorretro-wertz2019-08-02 18:51:32 +0800
committerretro-wertz2019-08-02 18:51:32 +0800
commit130984f52889f26121d54d7b1feecc15700a0f7a (patch)
tree64e0e6f90296ec567beae52a9863cd56cc60dded /frontend/main.c
parent735de186017c42bb563933b77165f8827dbb6d7a (diff)
downloadpcsx_rearmed-130984f52889f26121d54d7b1feecc15700a0f7a.tar.gz
pcsx_rearmed-130984f52889f26121d54d7b1feecc15700a0f7a.tar.bz2
pcsx_rearmed-130984f52889f26121d54d7b1feecc15700a0f7a.zip
Use retro_log for SysPrintf
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 860dec0..c0bfd0f 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -795,6 +795,7 @@ int emu_load_state(int slot)
return LoadState(fname);
}
+#ifndef HAVE_LIBRETRO
#ifndef ANDROID
void SysPrintf(const char *fmt, ...) {
@@ -819,6 +820,7 @@ void SysPrintf(const char *fmt, ...) {
}
#endif
+#endif /* HAVE_LIBRETRO */
void SysMessage(const char *fmt, ...) {
va_list list;