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 8c2ce35 commit 1298204Copy full SHA for 1298204
1 file changed
libogc/video.c
@@ -2221,7 +2221,7 @@ static void __VIInit(u32 vimode)
2221
_viReg[27] = 0x0001; //set DI1
2222
_viReg[36] = 0x2828; //set HSR
2223
2224
- if(vi_mode<VI_PAL && vi_mode>=VI_DEBUG_PAL) vi_mode = VI_NTSC;
+ if(vi_mode>=VI_DEBUG_PAL) vi_mode = VI_NTSC;
2225
if(progressive){
2226
_viReg[1] = ((vi_mode<<8)|0x0005); //set MODE & INT & enable
2227
_viReg[54] = 0x0001;
0 commit comments