sysclk: fix up saltynx integration

This commit is contained in:
souldbminersmwc
2026-03-12 16:48:22 -04:00
parent be3fc1bb84
commit ca07d0716f
6 changed files with 51 additions and 33 deletions

View File

@@ -65,6 +65,8 @@ extern "C"
fake_heap_start = (char*)addr;
fake_heap_end = (char*)addr + size;
virtmemSetup();
}
void __appInit(void)
@@ -91,8 +93,6 @@ extern "C"
rc = i2cInitialize();
if (R_FAILED(rc))
diagAbortWithResult(MAKERESULT(Module_Libnx, LibnxError_ShouldNotHappen));
virtmemSetup();
}
void __appExit(void)