Changed loading for already static loaded .rel files. Added gamepad init

This commit is contained in:
Lurs
2026-02-24 20:42:45 +01:00
parent cf5eca0910
commit ae76a2e614
3 changed files with 64 additions and 0 deletions
+6
View File
@@ -1645,6 +1645,9 @@ void GXInitTexCacheRegion(GXTexRegion* region, u8 is_32b_mipmap, u32 tmem_even,
GXTexCacheSize size_even, u32 tmem_odd, GXTexCacheSize size_odd) {
puts("GXInitTexCacheRegion is a stub");
}
// XXX, this should be some struct?
// GXRenderModeObj GXNtsc480IntDf;
//GXRenderModeObj GXNtsc480Int;
void GXPeekZ(u16 x, u16 y, u32* z) {
puts("GXPeekZ is a stub");
*z = 0;
@@ -1656,6 +1659,7 @@ void GXReadXfRasMetric(u32* xf_wait_in, u32* xf_wait_out, u32* ras_busy, u32* cl
*ras_busy = 0;
*clocks = 0;
}
void GXSetCopyClamp(GXFBClamp clamp) {
puts("GXSetCopyClamp is a stub");
}
@@ -1663,9 +1667,11 @@ OSThread* GXSetCurrentGXThread(void) {
puts("GXSetCurrentGXThread is a stub");
return NULL;
}
void GXSetMisc(GXMiscToken token, u32 val) {
puts("GXSetMisc is a stub");
}
void GXSetProjectionv(const f32* ptr) {
puts("GXSetProjectionv is a stub");
}