mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +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;
|
||||
char patchpath[3][512];
|
||||
|
||||
ShowAction("Loading patch...");
|
||||
|
||||
AllocSaveBuffer ();
|
||||
|
||||
memset(patchpath, 0, sizeof(patchpath));
|
||||
@ -430,6 +428,7 @@ void LoadPatch(int method)
|
||||
|
||||
if(patchsize > 0)
|
||||
{
|
||||
ShowAction("Loading patch...");
|
||||
// create memory file
|
||||
MFILE * mf = memfopen((char *)savebuffer, patchsize);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user