Added "O" flag in Video Modes, instead of just listing OGL. (sdlintrf.asm)
Added "O" flag to Legend in Video Options (guiwindp.inc) Moved Scanlines options down (for above) (guiwindp.inc, guimouse.inc) Added 1280x1024 OGL (ODS) Full, for people with LCD Monitors (sdlintrf.asm, sdllink.c) Fixed 640x480 OGL (ODS) Win (sdllink.c) Organized the video menu, by res. (sdlintrf.asm, sdllink.c) Fixed insanely long HQ#x lines in sdlintrf.asm (sdllink.c) Thank Aerdan and robust for the help with this!
This commit is contained in:
@@ -2332,7 +2332,11 @@ DisplayGUIVideoClick:
|
||||
mov bl,[cvidmode]
|
||||
cmp byte[GUISLVID+ebx],0
|
||||
je near .nocheckboxb
|
||||
%ifdef __LINUX__
|
||||
GUIClickCButton4 21,119,byte[scanlines],byte[cfgscanline],1
|
||||
%else
|
||||
GUIClickCButton4 21,114,byte[scanlines],byte[cfgscanline],1
|
||||
%endif
|
||||
.nocheckboxb
|
||||
xor ebx,ebx
|
||||
mov bl,[cvidmode]
|
||||
@@ -2357,8 +2361,13 @@ DisplayGUIVideoClick:
|
||||
mov bl,[cvidmode]
|
||||
cmp byte[GUIHSVID+ebx],0
|
||||
je near .nohsline
|
||||
%ifdef __LINUX__
|
||||
GUIClickCButton4 61,119,byte[scanlines],byte[cfgscanline],3
|
||||
GUIClickCButton4 101,119,byte[scanlines],byte[cfgscanline],2
|
||||
%else
|
||||
GUIClickCButton4 61,114,byte[scanlines],byte[cfgscanline],3
|
||||
GUIClickCButton4 101,114,byte[scanlines],byte[cfgscanline],2
|
||||
%endif
|
||||
.nohsline
|
||||
%ifdef __WIN32__
|
||||
xor ebx,ebx
|
||||
|
||||
Reference in New Issue
Block a user