X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=movie.c;h=e44724b467d7cb1fbf41c099bd266e3ce3d38a2b;hp=8e486b54b92163b76034979759b45f6cf4e0023c;hb=989672f4f2b4b4b2b373271374e6546546091c10;hpb=b547bda76671cf9c99973dd3faad97804949ced3 diff --git a/movie.c b/movie.c index 8e486b5..e44724b 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; }