mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
[iQue] Import vimodes from ultralib (#2403)
* [iQue] Import vimodes from ultralib * Account for pixel_advance change on iQue * Actually do the fix properly
This commit is contained in:
parent
a57d449196
commit
eed11e3fb5
58 changed files with 4533 additions and 108 deletions
|
@ -35,5 +35,12 @@
|
|||
#define ORIGIN(v) (v)
|
||||
#define VINTR(v) (v)
|
||||
#define HSTART(start, end) START(start, end)
|
||||
#define VSTART(start, end) START(start, end)
|
||||
|
||||
#ifdef BBPLAYER
|
||||
#define VI_CTRL_PIXEL_ADV_DEFAULT VI_CTRL_PIXEL_ADV(1)
|
||||
#else
|
||||
#define VI_CTRL_PIXEL_ADV_DEFAULT VI_CTRL_PIXEL_ADV(3)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue