From 346802c327b80104eecdfc3ef2ae0e36fdbee1bd Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Mon, 6 Aug 2012 16:23:47 +0000 Subject: [PATCH] sdl: fix build errors --- src/fceu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fceu.cpp b/src/fceu.cpp index e4242bbf..098bf889 100644 --- a/src/fceu.cpp +++ b/src/fceu.cpp @@ -806,7 +806,9 @@ void PowerNES(void) timestampbase = 0; X6502_Power(); +#ifdef WIN32 ResetDebugStatisticsCounters(); +#endif FCEU_PowerCheats(); LagCounterReset(); // clear back baffer