committing WIP. won't build or anything.

This commit is contained in:
Arisotura
2021-12-23 13:20:26 +01:00
parent 8aae5302c3
commit 3383c396cd
13 changed files with 545 additions and 118 deletions

View File

@ -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;