mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
fix 'black screen' bug
This commit is contained in:
parent
62e6fab1ad
commit
0ca6590c3f
@ -92,7 +92,7 @@ prepareEXPORTsavedata ()
|
|||||||
ClearSaveBuffer ();
|
ClearSaveBuffer ();
|
||||||
|
|
||||||
/*** Copy in the sramcomments ***/
|
/*** Copy in the sramcomments ***/
|
||||||
sprintf (sramcomment[1], "%s", Memory.ROMFilename);
|
sprintf (sramcomment[1], "%s", Memory.ROMName);
|
||||||
memcpy (savebuffer + offset, sramcomment, 64);
|
memcpy (savebuffer + offset, sramcomment, 64);
|
||||||
offset += 64;
|
offset += 64;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user