Skip to content

Commit

Permalink
more saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Apr 17, 2024
1 parent e2b0348 commit a691d85
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 @@ -194,7 +194,7 @@ void DECOMP_MainInit_JitPoolsNew(struct GameTracker *gGT)
// SmallStackPool
DECOMP_JitPool_Init(
&gGT->JitPools.smallStack,
uVar7 * 0x19 >> 10,
numThread,
0x40 + sizeof(void*)*2,
/*"SmallStackPool"*/0);

Expand All @@ -208,7 +208,7 @@ void DECOMP_MainInit_JitPoolsNew(struct GameTracker *gGT)
DECOMP_JitPool_Init(&gGT->JitPools.largeStack,numDriver, 0x670, /*"LargeStackPool"*/0);
DECOMP_JitPool_Init(&gGT->JitPools.particle, uVar7 >> 5, 0x7c, /*"ParticlePool"*/0);
DECOMP_JitPool_Init(&gGT->JitPools.oscillator,uVar7 >> 5, 0x18, /*"OscillatorPool"*/0);
DECOMP_JitPool_Init(&gGT->JitPools.rain, uVar7 >> 9, 0x28, /*"RainPool"*/0);
DECOMP_JitPool_Init(&gGT->JitPools.rain, numDriver, 0x28, /*"RainPool"*/0);

#ifdef REBUILD_PS1
// original CTR code, still used for
Expand Down

0 comments on commit a691d85

Please sign in to comment.