mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
AAAAAAAAAAAAAAAAA
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user