Skip to content

Instantly share code, notes, and snippets.

@vadbut
vadbut / dosbox-staging.conf
Created October 13, 2025 05:46
Doxbox config for crash
# 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.