Take out most of the __LIBRETRO__ hacks in mainline codebase
This commit is contained in:
@@ -460,11 +460,9 @@ void FCEU_printf(char *format, ...) {
|
||||
vsprintf(temp, format, ap);
|
||||
FCEUD_Message(temp);
|
||||
|
||||
#ifndef __LIBRETRO__
|
||||
ofile = fopen("stdout.txt", "ab");
|
||||
fwrite(temp, 1, strlen(temp), ofile);
|
||||
fclose(ofile);
|
||||
#endif
|
||||
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user