builds on mac again

revert some useless ifdefs

rm TARGET_PC in the wrong place

remove stubbed version of functions
This commit is contained in:
Jeffrey Crowell
2026-02-24 16:22:58 -08:00
parent e21af7551a
commit 9af9240253
54 changed files with 115 additions and 99 deletions
+3 -3
View File
@@ -583,7 +583,7 @@ void JASAramStream::updateChannel(u32 i_callbackType, JASChannel* i_channel,
s32 JASAramStream::channelProc() {
OSMessage msg;
while (OSReceiveMessage(&field_0x020, &msg, OS_MESSAGE_NOBLOCK)) {
switch ((u32)msg) {
switch ((uintptr_t)msg) {
case 4:
field_0x0ac = true;
break;
@@ -598,12 +598,12 @@ s32 JASAramStream::channelProc() {
}
while (OSReceiveMessage(&field_0x000, &msg, OS_MESSAGE_NOBLOCK)) {
switch ((u32)msg & 0xff) {
switch ((uintptr_t)msg & 0xff) {
case 0:
channelStart();
break;
case 1:
channelStop(JSUHiHalf((u32)msg));
channelStop(JSUHiHalf((uintptr_t)msg));
break;
case 2:
field_0x0ae |= 1;