mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 12:00:25 -07:00
GameState_, GameAlloc_, SystemArena_ & ZeldaArena_
This commit is contained in:
parent
4606929b31
commit
0d85caaf7e
38 changed files with 132 additions and 133 deletions
|
@ -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__);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue