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=0b65fdb3548fd54670265adfb80706e63da6b641;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 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(); }