Fixed rumble corruption

This commit is contained in:
KiritoDv
2026-01-17 18:55:38 -06:00
parent b7cc27a69a
commit 09236020b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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];