From 09236020b6a867708ba58adf2a345dc9fcecb142 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 17 Jan 2026 18:55:38 -0600 Subject: [PATCH] Fixed rumble corruption --- src/game/main.h | 2 +- src/game/rumble_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/main.h b/src/game/main.h index fcb4c25d..06538e84 100644 --- a/src/game/main.h +++ b/src/game/main.h @@ -30,7 +30,7 @@ extern OSThread gSoundThread; #if ENABLE_RUMBLE extern OSThread gRumblePakThread; -extern s32 gRumblePakPfs; // Actually an OSPfs but we don't have that header yet +extern OSPfs gRumblePakPfs; // Actually an OSPfs but we don't have that header yet #endif extern OSMesgQueue gPIMesgQueue; diff --git a/src/game/rumble_init.c b/src/game/rumble_init.c index c57c95ed..6cd8c078 100644 --- a/src/game/rumble_init.c +++ b/src/game/rumble_init.c @@ -11,7 +11,7 @@ OSThread gRumblePakThread; -s32 gRumblePakPfs; // Actually an OSPfs but we don't have that header yet +OSPfs gRumblePakPfs; // Actually an OSPfs but we don't have that header yet s8 D_SH_8031D8F8[0x60];