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