mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
64-bit early draft - no audio yet
This commit is contained in:
parent
247360cbf0
commit
92c8ecb726
29 changed files with 853 additions and 169 deletions
|
@ -1516,7 +1516,7 @@ void BgCheck_Allocate(CollisionContext* colCtx, GlobalContext* globalCtx, Collis
|
|||
if (globalCtx->sceneNum == SCENE_MALON_STABLE) {
|
||||
// "/* BGCheck LonLon Size %dbyte */\n"
|
||||
osSyncPrintf("/* BGCheck LonLonサイズ %dbyte */\n", 0x3520);
|
||||
colCtx->memSize = 0x3520;
|
||||
colCtx->memSize = 0x3520 * (sizeof(void*) / 4); // 64-bit build needs more memory
|
||||
} else {
|
||||
// "/* BGCheck Mini Size %dbyte */\n"
|
||||
osSyncPrintf("/* BGCheck ミニサイズ %dbyte */\n", 0x4E20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue