mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Audio code converted to uintptr_t
This commit is contained in:
parent
e6c959e500
commit
7a4da43d7b
7 changed files with 86 additions and 81 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
s32 gScreenWidth = SCREEN_WIDTH;
|
||||
s32 gScreenHeight = SCREEN_HEIGHT;
|
||||
u32 gSystemHeapSize = 0;
|
||||
size_t gSystemHeapSize = 0;
|
||||
|
||||
PreNmiBuff* gAppNmiBufferPtr;
|
||||
SchedContext gSchedContext;
|
||||
|
@ -53,7 +53,7 @@ void Main(void* arg) {
|
|||
uintptr_t sysHeap;
|
||||
uintptr_t fb;
|
||||
void* debugHeap;
|
||||
s32 debugHeapSize;
|
||||
size_t debugHeapSize;
|
||||
s16* msg;
|
||||
|
||||
osSyncPrintf("mainproc 実行開始\n"); // "Start running"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue