X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=movie.c;h=e44724b467d7cb1fbf41c099bd266e3ce3d38a2b;hp=064c256eb90081df6d2b5b41ae948449bb235ba5;hb=971a1d07d2f5b5a6f991ed5712275c04b933734f;hpb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb diff --git a/movie.c b/movie.c index 064c256..e44724b 100644 --- a/movie.c +++ b/movie.c @@ -98,7 +98,7 @@ int resetDMCacc=0; static uint32 nextts = 0; static int32 nextd = 0; -#define FCEUSTATE_RLSB 0x80000000 +//#define FCEUSTATE_RLSB 0x80000000 SFORMAT FCEUMOV_STATEINFO[]={ { joop, 4,"JOOP"}, @@ -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; }