mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
move melon_fopen() to Platform.cpp
melon_fopen_local() will need fixoring
This commit is contained in:
@ -26,6 +26,8 @@ namespace Platform
|
||||
|
||||
void StopEmu();
|
||||
|
||||
FILE* OpenFile(const char* path, const char* mode);
|
||||
|
||||
void* Thread_Create(void (*func)());
|
||||
void Thread_Free(void* thread);
|
||||
void Thread_Wait(void* thread);
|
||||
|
Reference in New Issue
Block a user