From 0f7f6414541db5c9a760b9612526b866226321ac Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 6 May 2001 21:30:24 +0000 Subject: [PATCH] Moved ifdef --- 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 cc38b312..9b5f2c03 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -681,9 +681,9 @@ db '; Note : Setting this too high can cause sound overflow which degrades quali db '',13,10 db 'Volume = %q',13,10 db '',13,10 +%endif db '; Set this to 1 if you do not want ZSNES to save the configuration files.',13,10 db '',13,10 -%endif db 'DontSave = %u',13,10 db '',13,10 db '; Savefile directory. Leave it blank if you want the save files to be in the',13,10