non-asm compatibility re-fixed
[fceu.git] / input.c
diff --git a/input.c b/input.c
index 1548e41..44432ae 100644 (file)
--- a/input.c
+++ b/input.c
@@ -205,6 +205,7 @@ void UpdateInput(void)
        if(netplay) NetplayUpdate(&joy[0],&joy[1]);
        #endif
        if (current < 0) FCEUMOV_AddJoy(joy);
+       else framecount++; // for debug
        //FlushCommandQueue();
 }