mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
add support for SPI shutdown, btw
This commit is contained in:
@ -24,6 +24,8 @@
|
||||
namespace Platform
|
||||
{
|
||||
|
||||
void StopEmu();
|
||||
|
||||
void* Thread_Create(void (*func)());
|
||||
void Thread_Free(void* thread);
|
||||
void Thread_Wait(void* thread);
|
||||
|
Reference in New Issue
Block a user