X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=input.c;h=44432aebc73daaf73c393d6544fd272d3fb8fe78;hp=1548e416c9a0d37b8655a67885954e198eba3284;hb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d;hpb=a7de43667532d3b5423a59092213b50ae6485aab diff --git a/input.c b/input.c index 1548e41..44432ae 100644 --- 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(); }