mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +01:00
tweak patch loading message
This commit is contained in:
parent
e586179db5
commit
6c1c62f7a9
@ -631,8 +631,6 @@ void LoadPatch(int method)
|
||||
int patchsize = 0;
|
||||
int patchtype;
|
||||
|
||||
ShowAction("Loading patch...");
|
||||
|
||||
AllocSaveBuffer ();
|
||||
|
||||
char patchpath[3][512];
|
||||
@ -651,6 +649,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