New option is not for DOS...
This commit is contained in:
@@ -781,7 +781,9 @@ GUIOptionKeys:
|
||||
GUIKeyCheckbox AutoPatch,'P'
|
||||
GUIKeyCheckbox RomInfo,'T'
|
||||
GUIKeyCheckbox AllowUDLR,'A'
|
||||
%ifndef __MSDOS__
|
||||
GUIKeyCheckbox PauseFocusChange,'B'
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
GUIKeyCheckbox DisableScreenSaver,'I'
|
||||
%endif
|
||||
|
||||
@@ -2350,7 +2350,9 @@ DisplayGUIOptionClick:
|
||||
GUIClickCButton 11,130,byte[AutoPatch]
|
||||
GUIClickCButton 11,140,byte[RomInfo]
|
||||
GUIClickCButton 11,150,byte[AllowUDLR]
|
||||
%ifndef __MSDOS__
|
||||
GUIClickCButton 11,160,byte[PauseFocusChange]
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
GUIClickCButtonW 11,170,byte[DisableScreenSaver]
|
||||
%endif
|
||||
|
||||
@@ -1369,7 +1369,9 @@ DisplayGUIOption: ; Frame Rate/Auto Frame Rate/Max Frame Skip/New Gfx Engi
|
||||
GUIDisplayCheckboxu 4,11,130,AutoPatch,GUIOptionTextD,12
|
||||
GUIDisplayCheckboxu 4,11,140,RomInfo,GUIOptionTextE,15
|
||||
GUIDisplayCheckboxu 4,11,150,AllowUDLR,GUIOptionTextF,0
|
||||
%ifndef __MSDOS__
|
||||
GUIDisplayCheckboxu 4,11,160,PauseFocusChange,GUIOptionTextG,13
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
GUIDisplayCheckboxu 4,11,170,DisableScreenSaver,GUIOptionTextW,1
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user