mirror of
https://github.com/zeldaret/oot
synced 2026-06-03 18:36:34 -04:00
Doc shrink_window, rename system to Letterbox (#1341)
* docs * missed some hex * document Gfx_SetupFrame * review
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ void Sample_Draw(SampleState* this) {
|
||||
gSPSegment(POLY_OPA_DISP++, 0x00, NULL);
|
||||
gSPSegment(POLY_OPA_DISP++, 0x01, this->staticSegment);
|
||||
|
||||
func_80095248(gfxCtx, 0, 0, 0);
|
||||
Gfx_SetupFrame(gfxCtx, 0, 0, 0);
|
||||
|
||||
view->flags = VIEW_VIEWING | VIEW_VIEWPORT | VIEW_PROJECTION_PERSPECTIVE;
|
||||
View_Apply(view, VIEW_ALL);
|
||||
|
||||
Reference in New Issue
Block a user