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 913d19ed52
commit 9c7f55d1ac
54 changed files with 115 additions and 99 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ int dRes_info_c::loadResource() {
void* bas;
if (chunk->some_data_offset != 0xFFFFFFFF) {
bas = (void*)(chunk->some_data_offset + (u32)result);
bas = (void*)(chunk->some_data_offset + (uintptr_t) result);
} else {
bas = NULL;
}