

Max game ticks per second, possible values: 0-1000 Note: Can be used to slow down a too fast running game, fix flickering or too fast animations maxgameticks=0

Hide WM_ACTIVATEAPP messages to prevent problems on alt+tab noactivateapp=false # Compatibility settings # Use the following settings in case there are any issues with the game Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only) d3d9linear=true Should the window be resizeable by the user in windowed mode? resizeable=false Save window position/size/state on game exit and restore it automatically on next game start Possible values: 0 = disabled, 1 = save to global 'ddraw' section, 2 = save to game specific section savesettings=1 Bits per pixel, possible values: 16, 24 and 32, 0 = auto bpp=0 Show window borders in windowed mode border=true Developer mode (don't lock the cursor) devmode=false Renderer, possible values: auto, opengl, gdi, direct3d9 (auto = try direct3d9/opengl, fallback = gdi) renderer=opengl Preliminary libretro shader support - (Requires 'renderer=opengl') shader=jinc2-sharper.glsl shader=6xbrz.glsl shader=2xbr-hybrid-v5-gamma.glsl Sensitivity will be adjusted according to the size of the window adjmouse=true Automatic mouse sensitivity scaling - (Requires 'handlemouse=true') Note: Only works if stretching is enabled. Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl/direct3d9') vsync=true Real rendering rate, -1 = screen rate, 0 = unlimited, n = cap Note: Does not have an impact on the game speed, to limit your game speed use 'maxgameticks=' maxfps=60 Windowboxing / Integer Scaling - (Requires 'handlemouse=true') boxing=false Maintain aspect ratio - (Requires 'handlemouse=true') maintas=true Run in windowed mode rather than going fullscreen windowed=true Override the width/height settings shown above and always stretch to fullscreen Note: Can be combined with 'windowed=true' to get windowed-fullscreen aka borderless mode fullscreen=false Stretch to custom resolution, 0 = defaults to the size game requests width=0 height=0 # Optional settings # Use the following settings to adjust the look and feel to your liking
