add support for SPI shutdown, btw

This commit is contained in:
StapleButter
2017-09-21 03:59:12 +02:00
parent 0aa3434ec7
commit 495d0ba12d
8 changed files with 34 additions and 5 deletions

View File

@ -24,6 +24,8 @@
namespace Platform
{
void StopEmu();
void* Thread_Create(void (*func)());
void Thread_Free(void* thread);
void Thread_Wait(void* thread);