mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-02 18:18:22 -04:00
OS_VI_UNK28
This commit is contained in:
@@ -103,8 +103,6 @@ typedef struct {
|
||||
#define OS_VI_FPAL_HPN2 54
|
||||
#define OS_VI_FPAL_HPF2 55
|
||||
|
||||
#define OS_VI_UNK28 28
|
||||
|
||||
extern OSViMode osViModeNtscHpf1;
|
||||
extern OSViMode osViModePalLan1;
|
||||
extern OSViMode osViModeNtscHpn1;
|
||||
|
||||
+1
-1
@@ -362,7 +362,7 @@ void ViMode_Update(ViMode* viMode, Input* input) {
|
||||
}
|
||||
}
|
||||
|
||||
ViMode_Configure(&viMode->customViMode, OS_VI_UNK28, osTvType, viMode->loRes, viMode->antialiasOff,
|
||||
ViMode_Configure(&viMode->customViMode, OS_VI_MPAL_LPN1, osTvType, viMode->loRes, viMode->antialiasOff,
|
||||
viMode->modeN, viMode->fb16Bit, viMode->viWidth, viMode->viHeight, viMode->leftAdjust,
|
||||
viMode->rightAdjust, viMode->upperAdjust, viMode->lowerAdjust);
|
||||
ViMode_ConfigureFeatures(viMode, viMode->viFeatures);
|
||||
|
||||
Reference in New Issue
Block a user