AAAAAAAAAAAAAAAAA

This commit is contained in:
Arisotura 2023-04-05 23:37:56 +02:00
parent 5df260ab3e
commit 6c173843a7
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ void SyncMirrorClients()
NDS::DoSavestate(state);
delete state;
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);
fseek(f, 0, SEEK_END);
u32 flen = ftell(f);