mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
Merge branch 'master' into doc_pause_menu
This commit is contained in:
commit
7af42985ad
32 changed files with 536 additions and 309 deletions
|
@ -1397,7 +1397,7 @@ void* Play_LoadFile(PlayState* this, RomFile* file) {
|
|||
|
||||
size = file->vromEnd - file->vromStart;
|
||||
allocp = GameState_Alloc(&this->state, size, "../z_play.c", 4692);
|
||||
DmaMgr_SendRequest1(allocp, file->vromStart, size, "../z_play.c", 4694);
|
||||
DmaMgr_RequestSyncDebug(allocp, file->vromStart, size, "../z_play.c", 4694);
|
||||
|
||||
return allocp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue