mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Handle audio thread properly
This commit is contained in:
parent
b2ac01bc98
commit
cb2410d9c5
6 changed files with 79 additions and 71 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue