mirror of
https://github.com/zeldaret/oot
synced 2026-06-30 11:41:42 -04:00
Use OS_VI_ defines instead of hex
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user