mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-29 05:54:17 +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 patchsize = 0;
|
||||||
int patchtype;
|
int patchtype;
|
||||||
|
|
||||||
ShowAction("Loading patch...");
|
|
||||||
|
|
||||||
AllocSaveBuffer ();
|
AllocSaveBuffer ();
|
||||||
|
|
||||||
char patchpath[3][512];
|
char patchpath[3][512];
|
||||||
@ -651,6 +649,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