mirror of https://github.com/zeldaret/mm.git
OS_VI_UNK28
This commit is contained in:
parent
2e51f26d1e
commit
7dfea48bec
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue