AAAAAAAAAAAAAAAAA
This commit is contained in:
parent
5df260ab3e
commit
6c173843a7
|
@ -665,7 +665,7 @@ void SyncMirrorClients()
|
||||||
NDS::DoSavestate(state);
|
NDS::DoSavestate(state);
|
||||||
delete state;
|
delete state;
|
||||||
printf("[MH] state taken\n");
|
printf("[MH] state taken\n");
|
||||||
FILE* f = Platform::OpenFile("netplay.mln", "rb");
|
FILE* f = Platform::OpenLocalFile("netplay.mln", "rb");
|
||||||
printf("[MH] state=%d\n", f?1:0);
|
printf("[MH] state=%d\n", f?1:0);
|
||||||
fseek(f, 0, SEEK_END);
|
fseek(f, 0, SEEK_END);
|
||||||
u32 flen = ftell(f);
|
u32 flen = ftell(f);
|
||||||
|
|
Loading…
Reference in New Issue