mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 21:14:21 +01:00
tweak patch loading message
This commit is contained in:
parent
12bc1363ac
commit
212bedc1ee
@ -411,8 +411,6 @@ void LoadPatch(int method)
|
|||||||
int patchtype;
|
int patchtype;
|
||||||
char patchpath[3][512];
|
char patchpath[3][512];
|
||||||
|
|
||||||
ShowAction("Loading patch...");
|
|
||||||
|
|
||||||
AllocSaveBuffer ();
|
AllocSaveBuffer ();
|
||||||
|
|
||||||
memset(patchpath, 0, sizeof(patchpath));
|
memset(patchpath, 0, sizeof(patchpath));
|
||||||
@ -430,6 +428,7 @@ void LoadPatch(int method)
|
|||||||
|
|
||||||
if(patchsize > 0)
|
if(patchsize > 0)
|
||||||
{
|
{
|
||||||
|
ShowAction("Loading patch...");
|
||||||
// create memory file
|
// create memory file
|
||||||
MFILE * mf = memfopen((char *)savebuffer, patchsize);
|
MFILE * mf = memfopen((char *)savebuffer, patchsize);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user