Handle audio thread properly

This commit is contained in:
GaryOderNichts 2022-08-03 02:30:39 +02:00 committed by louist103
parent b2ac01bc98
commit cb2410d9c5
6 changed files with 79 additions and 71 deletions

View file

@ -36,12 +36,14 @@ void Main_LogSystemHeap(void) {
osSyncPrintf(VT_RST);
}
void main(int argc, char** argv)
int main(int argc, char** argv)
{
GameConsole_Init();
InitOTR();
BootCommands_Init();
Main(0);
DeinitOTR();
return 0;
}
void Main(void* arg) {