diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-10 10:55:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 05:55:31 -0500 |
| commit | eed11e3fb5cef266ac1d1e290c0b45dd9d7c3e02 (patch) | |
| tree | ea6f5a6f46bd167da98e82f86f0545384efabf48 /include | |
| parent | a57d449196dbf9fcf93004a3655bb5f2a4fc773d (diff) | |
[iQue] Import vimodes from ultralib (#2403)
* [iQue] Import vimodes from ultralib
* Account for pixel_advance change on iQue
* Actually do the fix properly
Diffstat (limited to 'include')
| -rw-r--r-- | include/ultra64/viint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ultra64/viint.h b/include/ultra64/viint.h index 6fbdb023d..2df993640 100644 --- a/include/ultra64/viint.h +++ b/include/ultra64/viint.h @@ -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 |
