From 9cc28b5ddef86a0b013a04560d1674d1a590dd95 Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Wed, 16 May 2001 23:16:39 +0000 Subject: [PATCH] Fixed some vars that aren't being saved in the win port --- zsnes/src/cfgload.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/cfgload.asm b/zsnes/src/cfgload.asm index d7f814d6..8d5b6f2f 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -649,7 +649,6 @@ db '; All 256 color modes and 320x240x65536 supported',13,10 db '',13,10 db 'NewGfx = %n',13,10 db '',13,10 -%ifdef __MSDOS__ 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 '',13,10 @@ -660,6 +659,7 @@ db '; This option also Enables EAGLE - 640x480x256 mode only',13,10 db '',13,10 db 'Interpolation = %a',13,10 db '',13,10 +%ifdef __MSDOS__ db '; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)',13,10 db '',13,10 db 'VSync = %p',13,10