X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=movie.c;h=2875dba82345389cf53bb061668a096dc4a03bb6;hp=8e486b54b92163b76034979759b45f6cf4e0023c;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=92764e6252a3691033d6044b466bf716c96b62d5 diff --git a/movie.c b/movie.c index 8e486b5..2875dba 100644 --- a/movie.c +++ b/movie.c @@ -431,7 +431,7 @@ strcpy(origname,fname); { // attempt to load previous version's format fclose(fp); - printf("trying movie v1\n"); + printf("movie: trying movie v1\n"); FCEUI_LoadMovie_v1(fname, _read_only); return; } @@ -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();