diff options
author | twinaphex | 2020-10-06 21:19:44 +0200 |
---|---|---|
committer | twinaphex | 2020-10-06 21:19:44 +0200 |
commit | 9c4fb98fc204cba772e276b223bb417e1a7f26b2 (patch) | |
tree | 41e906fef50e5c2030e1470f6b9918a1898f1d17 | |
parent | 16fbb8749384fd0a7dd1b913b7e142180a4e9aa5 (diff) | |
download | snes9x2002-9c4fb98fc204cba772e276b223bb417e1a7f26b2.tar.gz snes9x2002-9c4fb98fc204cba772e276b223bb417e1a7f26b2.tar.bz2 snes9x2002-9c4fb98fc204cba772e276b223bb417e1a7f26b2.zip |
Cleanups
-rw-r--r-- | libretro/libretro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libretro/libretro.c b/libretro/libretro.c index c6e6bf0..eee39ce 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c @@ -43,7 +43,6 @@ * Nintendo Co., Limited and its subsidiary companies. */ -#include <stdio.h> #include <stdint.h> #include <boolean.h> #ifdef _MSC_VER @@ -705,7 +704,6 @@ const char *S9xBasename (const char *filename) { return emptyString; } void S9xMessage(int a, int b, const char* msg) { - fprintf(stderr, "%s\n", msg); } /* S9x weirdness. */ |