mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables * another increment_block_number * fix bss
This commit is contained in:
parent
5133db15a3
commit
80564bf40b
37 changed files with 165 additions and 94 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef ULTRA64_VIINT_H
|
||||
#define ULTRA64_VIINT_H
|
||||
|
||||
#include "vi.h"
|
||||
#include "ultratypes.h"
|
||||
|
||||
#define VI_STATE_MODE_SET (1 << 0)
|
||||
#define VI_STATE_XSCALE_SET (1 << 1)
|
||||
#define VI_STATE_YSCALE_FACTOR_SET (1 << 2)
|
||||
|
@ -43,4 +46,8 @@
|
|||
#define VI_CTRL_PIXEL_ADV_DEFAULT VI_CTRL_PIXEL_ADV(3)
|
||||
#endif
|
||||
|
||||
extern OSViContext* __osViCurr;
|
||||
extern OSViContext* __osViNext;
|
||||
extern u32 __additional_scanline;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue