X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=movie.c;h=2875dba82345389cf53bb061668a096dc4a03bb6;hp=e44724b467d7cb1fbf41c099bd266e3ce3d38a2b;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hpb=989672f4f2b4b4b2b373271374e6546546091c10 diff --git a/movie.c b/movie.c index e44724b..2875dba 100644 --- a/movie.c +++ b/movie.c @@ -440,6 +440,7 @@ strcpy(origname,fname); else { // unsupported version + printf("movie: unsupported version\n"); fclose(fp); return; } @@ -485,7 +486,8 @@ strcpy(origname,fname); } #endif - if(!FCEUSS_LoadFP(fp,1)) return; + // Loading new savestates doesn't work and even breaks FDS + //if(!FCEUSS_LoadFP(fp,1)) return; ResetInputTypes();