diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-06 05:46:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 14:46:44 +0200 |
| commit | 2ce648a7c674b08fbfe9d4ced935b4e4956963ac (patch) | |
| tree | a4e05193caf981bab3c3cb6e7d6daccaa9cefcd1 /src/code/z_vimode.c | |
| parent | 53b2110373eb506d9c035697c0719851a77936d4 (diff) | |
Miscellaneous libultra header fixes (#2139)
* Miscellaneous libultra header fixes
* Fix bss?
* Reword RCP timeout
Diffstat (limited to 'src/code/z_vimode.c')
| -rw-r--r-- | src/code/z_vimode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_vimode.c b/src/code/z_vimode.c index d9478867f..8abcb62e7 100644 --- a/src/code/z_vimode.c +++ b/src/code/z_vimode.c @@ -85,7 +85,7 @@ void ViMode_Configure(ViMode* viMode, s32 type, s32 tvType, s32 loRes, s32 antia yScaleHiOddField = modeF ? (loResInterlaced ? (F210(0.75) << 16) : (F210(0.5) << 16)) : 0; viMode->customViMode.type = type; - viMode->customViMode.comRegs.ctrl = VI_CTRL_PIXEL_ADV(3) | VI_CTRL_GAMMA_ON | VI_CTRL_GAMMA_DITHER_ON | + viMode->customViMode.comRegs.ctrl = VI_CTRL_PIXEL_ADV_3 | VI_CTRL_GAMMA_ON | VI_CTRL_GAMMA_DITHER_ON | (!loResDeinterlaced ? VI_CTRL_SERRATE_ON : 0) | (antialiasOn ? VI_CTRL_DIVOT_ON : 0) | (fb32Bit ? VI_CTRL_TYPE_32 : VI_CTRL_TYPE_16); |
