Added "Use Primary Buffer" dummy option to the Win32 port

This commit is contained in:
ipher
2005-02-09 00:22:40 +00:00
parent 1130fb4df5
commit 4d6daffb30
4 changed files with 20 additions and 6 deletions

View File

@@ -921,6 +921,10 @@ GUIOptionKeys:
xor byte[RomInfo],1
.norominfo
%ifdef __WIN32__
cmp dh,'B'
jne .noprimarybuffer
xor byte[PrimaryBuffer],1
.noprimarybuffer
cmp dh,'I'
jne .noscreensaver
xor byte[DisableScreenSaver],1