We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c8b46 commit 4b3240bCopy full SHA for 4b3240b
1 file changed
libogc/video.c
@@ -2222,7 +2222,7 @@ static void __VIInit(u32 vimode)
2222
_viReg[27] = 0x0001; //set DI1
2223
_viReg[36] = 0x2828; //set HSR
2224
2225
- if(vi_mode<VI_PAL && vi_mode>=VI_DEBUG_PAL) vi_mode = VI_NTSC;
+ if(vi_mode>=VI_DEBUG_PAL) vi_mode = VI_NTSC;
2226
if(progressive){
2227
_viReg[1] = ((vi_mode<<8)|0x0005); //set MODE & INT & enable
2228
_viReg[54] = 0x0001;
0 commit comments