mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Fixed rumble corruption
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user