This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the configuration file for DOSBox Staging (0.82.2). | |
# Lines starting with a '#' character are comments. | |
[sdl] | |
# output: Rendering backend to use for graphics output ('opengl' by default). | |
# Only the 'opengl' backend has shader support and is thus the preferred option. | |
# The 'texture' backend is only provided as a last resort fallback for buggy or | |
# non-existent OpenGL drivers (this is extremely rare). | |
# opengl: OpenGL backend with shader support (default). | |
# texture: SDL's texture backend with bilinear interpolation. |