Skip to content

Commit

Permalink
fix advpause screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Apr 17, 2024
1 parent a691d85 commit 9fe1ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decompile/General/MAIN/MainInit_JitPoolsNew.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void DECOMP_MainInit_JitPoolsNew(struct GameTracker *gGT)
// 232: adv hub
// OG game uses: 64,48,8
case 2:
numInstance = 32;
numInstance = 64;
numThread = 32;
numDriver = 4;
break;
Expand All @@ -98,7 +98,7 @@ void DECOMP_MainInit_JitPoolsNew(struct GameTracker *gGT)
// 233: cutscene (and advhub podium->drive)
// OG game uses: 64,48,8
case 3:
numInstance = 32;
numInstance = 64;
numThread = 32;
numDriver = 4;
break;
Expand Down

0 comments on commit 9fe1ff0

Please sign in to comment.