[ddraw] # --- Scaler mode --- # 0 = no changes on window/position/size # 1 = Centered Windowed mode # 2 = Fullscreen Desktop with aspect ratio (default) # 3 = Fullscreen Desktop stretched # 4 = Fullscreen Desktop integer scale ratio ScaleMode=1 # --- Display Stretch Blitter mode --- # 0 = fast low quality (nearest neighboard) # 1 = slow high quality (bilinear, default) StretchBltMode = 0 # --- Virtual Desktop Parameters --- # 0 = Same as native desktop (default) # 8,15,16,24,32 (so far implemented BPPs) DesktopBpp = 0 DesktopWid = 640 DesktopHei = 480 # --- Fix Window Styles --- # (add caption/frame when windowed, remove if not) # 0 = dont fix # 1 = fix (default) FixWindowStyle = 1 # --- Vsync control --- # 0 = no vsync # N = limit vsync to N pts (1-255) VsyncHz = -60 # --- Vsync after 'Primary'::Unlock --- # waits for vsync after a unlock on primary, useful for programs # that have no fps caps, to prevent them from using 100% cpu # 0 = no vsync (default) # 1 = vsync after unlock VsyncUnlock = 1 # --- Asynchronous Behavior --- # 0 = primary update is synchronized # 1 = primary update is threaded (default) AsyncBlits = 0 # --- FPS Display --- # 0 = no FPS display (default) # 1 = Display FPS on overlay # 2 = Display FPS on caption # 3 = Display FPS on overlay and caption DisplayFPS = 1 DisplayCPU = 1 # --- Bypass Error checkboxes --- # 0 show message box (default) # 1 only log message NoBlitErrors = 1 NoErrorMsgBox = 1 # --- Hack primary surface --- # 0 = Keep all draws on the virtual primary surface # 1 = primary surface draws go imediatelly to the screen HackForceDirectPrimaryDraw = 1 #=========================================================================== [d3d] #=========================================================================== [dinput] #=========================================================================== [dsound] #=========================================================================== [dshow] #=========================================================================== [dplay] #===========================================================================