mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
Match retail Title and Sample gamestates (#1692)
* match title and sample * change to directive * no bad return
This commit is contained in:
+1
-1
@@ -1182,7 +1182,7 @@ void View_InitDistortion(View* view);
|
||||
void View_ClearDistortion(View* view);
|
||||
void View_SetDistortion(View* view, Vec3f orientation, Vec3f scale, f32 speed);
|
||||
s32 View_StepDistortion(View* view, Mtx* projectionMtx);
|
||||
void View_Apply(View* view, s32 mask);
|
||||
s32 View_Apply(View* view, s32 mask);
|
||||
s32 View_ApplyOrthoToOverlay(View* view);
|
||||
s32 View_ApplyPerspectiveToOverlay(View* view);
|
||||
s32 View_UpdateViewingMatrix(View* view);
|
||||
|
||||
Reference in New Issue
Block a user