mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user