Use OS_VI_ defines instead of hex

This commit is contained in:
Dragorn421
2021-09-21 10:00:55 +02:00
parent d71cf60c14
commit 038968ea9a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -894,7 +894,7 @@ void Fault_CommitFB() {
u16* fb;
osViSetYScale(1.0f);
osViSetMode(&osViModeNtscLan1);
osViSetSpecialFeatures(0x42); // gama_disable|dither_fliter_enable_aa_mode3_disable
osViSetSpecialFeatures(OS_VI_GAMMA_OFF | OS_VI_DITHER_FILTER_ON);
osViBlack(false);
if (sFaultStructPtr->fb) {