Implemented vsync in windows port

This commit is contained in:
pagefault
2001-05-27 20:24:36 +00:00
parent 055172f128
commit 7e485903d5
6 changed files with 67 additions and 82 deletions

View File

@@ -659,11 +659,13 @@ db '; This option also Enables EAGLE - 640x480x256 mode only',13,10
db '',13,10
db 'Interpolation = %a',13,10
db '',13,10
%ifdef __MSDOS__
%ifndef __LINUX__
db '; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)',13,10
db '',13,10
db 'VSync = %p',13,10
db '',13,10
%endif
%ifdef __MSDOS__
db '; Skip Enter Press at Beginning (1 = Yes, 0 = No)',13,10
db '',13,10
db 'EnterSkip = %b',13,10