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