Skip to content

Instantly share code, notes, and snippets.

View AronNemeth2001's full-sized avatar

AronNemeth2001

View GitHub Profile
@AronNemeth2001
AronNemeth2001 / stderr.txt
Created October 14, 2025 12:33
imperium galactica stderr
2025-10-14 14:31:13.901 | SDL: version 2.30.8 initialised (windows video and wasapi audio)
2025-10-14 14:31:13.903 | DISPLAY: Using 854x640 window size in windowed mode on display-0
2025-10-14 14:31:16.096 | OPENGL: Vendor: NVIDIA Corporation
2025-10-14 14:31:16.096 | OPENGL: Version: 4.6.0 NVIDIA 581.47
2025-10-14 14:31:16.096 | OPENGL: GLSL version: 4.60 NVIDIA
2025-10-14 14:31:16.096 | OPENGL: NPOT textures supported
2025-10-14 14:31:16.096 | RENDER: Using adaptive CRT shader based on the graphics standard of the video mode
2025-10-14 14:31:16.118 | RENDER: Auto-switched to shader 'crt/hercules'
2025-10-14 14:31:16.118 | VGA: Pixel doubling enabled
2025-10-14 14:31:16.118 | VIDEO: Using the DOS video mode's frame rate
@AronNemeth2001
AronNemeth2001 / dosbox_ig.conf
Created October 14, 2025 12:30
dosbox_ig.conf
# 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.