mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
[iQue] Match z_end_title, z_construct, z_common_data, z_parameter, z_title, z_opening (#2424)
* [iQue] Match z_end_title * [iQue] Match z_construct * [iQue] Match z_common_data * [iQue] Match z_parameter * [iQue] Match z_title, z_opening * Actually match z_parameter * Give up on stack issues * this->exit = true
This commit is contained in:
parent
e2ed5568e5
commit
2b9b7a40b0
7 changed files with 67 additions and 47 deletions
|
@ -15,10 +15,10 @@ typedef struct Viewport {
|
|||
#define SET_FULLSCREEN_VIEWPORT(view) \
|
||||
{ \
|
||||
Viewport viewport; \
|
||||
viewport.bottomY = SCREEN_HEIGHT; \
|
||||
viewport.rightX = SCREEN_WIDTH; \
|
||||
viewport.topY = 0; \
|
||||
viewport.bottomY = SCREEN_HEIGHT; \
|
||||
viewport.leftX = 0; \
|
||||
viewport.rightX = SCREEN_WIDTH; \
|
||||
View_SetViewport(view, &viewport); \
|
||||
} \
|
||||
(void)0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue