1
0
Fork 0
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:
Tharo 2025-01-10 10:55:31 +00:00 committed by GitHub
parent a57d449196
commit eed11e3fb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 4533 additions and 108 deletions

View file

@ -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