mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Arms_Hook OK (#210)
* Arms_Hook OK * cleanup * decr * remove redundant include * missed some things * rename things Co-authored-by: dark-samus <mathmcclintic@gmail.com>
This commit is contained in:
parent
4940621679
commit
67d13fe190
21 changed files with 341 additions and 906 deletions
|
@ -52,10 +52,10 @@ void Sample_Destroy(SampleContext* this) {
|
|||
void Sample_SetupView(SampleContext* this) {
|
||||
View* view;
|
||||
GraphicsContext* gfxCtx;
|
||||
|
||||
|
||||
view = &this->view;
|
||||
gfxCtx = this->state.gfxCtx;
|
||||
|
||||
|
||||
View_Init(view, gfxCtx);
|
||||
SET_FULLSCREEN_VIEWPORT(view);
|
||||
func_800AA460(view, 60, 10, 12800);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue