Fixed some vars that aren't being saved in the win port
This commit is contained in:
@@ -649,7 +649,6 @@ db '; All 256 color modes and 320x240x65536 supported',13,10
|
|||||||
db '',13,10
|
db '',13,10
|
||||||
db 'NewGfx = %n',13,10
|
db 'NewGfx = %n',13,10
|
||||||
db '',13,10
|
db '',13,10
|
||||||
%ifdef __MSDOS__
|
|
||||||
db '; Scanlines (0 = Disable, 1 = Full, 2 = 25%, 3 = 50%)',13,10
|
db '; Scanlines (0 = Disable, 1 = Full, 2 = 25%, 3 = 50%)',13,10
|
||||||
db '; 256x256x256 or 640x480 modes only (25% and 50% in 640x480x65536 mode only)',13,10
|
db '; 256x256x256 or 640x480 modes only (25% and 50% in 640x480x65536 mode only)',13,10
|
||||||
db '',13,10
|
db '',13,10
|
||||||
@@ -660,6 +659,7 @@ db '; This option also Enables EAGLE - 640x480x256 mode only',13,10
|
|||||||
db '',13,10
|
db '',13,10
|
||||||
db 'Interpolation = %a',13,10
|
db 'Interpolation = %a',13,10
|
||||||
db '',13,10
|
db '',13,10
|
||||||
|
%ifdef __MSDOS__
|
||||||
db '; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)',13,10
|
db '; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)',13,10
|
||||||
db '',13,10
|
db '',13,10
|
||||||
db 'VSync = %p',13,10
|
db 'VSync = %p',13,10
|
||||||
|
|||||||
Reference in New Issue
Block a user