[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
58 changed files with 4533 additions and 108 deletions
+7
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