GameState_, GameAlloc_, SystemArena_ & ZeldaArena_

This commit is contained in:
Baoulettes 2022-06-28 22:09:15 +02:00
parent 4606929b31
commit 0d85caaf7e
38 changed files with 132 additions and 133 deletions

View file

@ -79,7 +79,7 @@ void Sample_SetupView(SampleContext* this) {
void Sample_LoadTitleStatic(SampleContext* this) {
size_t size = _title_staticSegmentRomEnd - _title_staticSegmentRomStart;
this->staticSegment = GameState_Alloc(&this->state, size, __FILE__, __LINE__);
this->staticSegment = GameState_Alloc(&this->state, size);
DmaMgr_SendRequest1(this->staticSegment, _title_staticSegmentRomStart, size, __FILE__, __LINE__);
}