Moved core1 overlay load into boot___osInitialize_common and reset inverse view matrix for ortho view matrices

This commit is contained in:
Mr-Wiseguy
2025-07-09 14:59:39 -04:00
parent 71dfde0270
commit 07998cb006
4 changed files with 30 additions and 37 deletions
-2
View File
@@ -215,8 +215,6 @@ extern "C" void osPiReadIo_recomp(RDRAM_ARG recomp_context * ctx) {
ctx->r2 = 0;
}
extern "C" void boot___osInitialize_common(uint8_t* rdram, recomp_context* ctx) {}
extern "C" void boot_osPiGetStatus(uint8_t* rdram, recomp_context* ctx) {
// PI not busy
ctx->r2 = 0;