sdl: fix build errors
This commit is contained in:
parent
849e9efe8d
commit
346802c327
|
@ -806,7 +806,9 @@ void PowerNES(void)
|
|||
|
||||
timestampbase = 0;
|
||||
X6502_Power();
|
||||
#ifdef WIN32
|
||||
ResetDebugStatisticsCounters();
|
||||
#endif
|
||||
FCEU_PowerCheats();
|
||||
LagCounterReset();
|
||||
// clear back baffer
|
||||
|
|
Loading…
Reference in New Issue