mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
committing WIP. won't build or anything.
This commit is contained in:
@ -372,6 +372,17 @@ bool Mutex_TryLock(Mutex* mutex)
|
||||
}
|
||||
|
||||
|
||||
void WriteNDSSave(const u8* savedata, u32 savelen)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
void WriteGBASave(const u8* savedata, u32 savelen)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
bool MP_Init()
|
||||
{
|
||||
int opt_true = 1;
|
||||
|
Reference in New Issue
Block a user