Set default to GL to fix screenshot issues.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s

This commit is contained in:
Willem Cazander 2024-06-30 01:20:22 +02:00
parent d666e3e80e
commit f5554b818f
3 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@ MB_OPENMSX_HDD_SIZE ?= 4m
MB_OPENMSX_SCALE_FACTOR ?= 3
MB_OPENMSX_THROTTLE ?= off
MB_OPENMSX_HEADLESS ?= on
MB_OPENMSX_RENDERER ?= SDL
MB_OPENMSX_RENDERER ?= SDLGL-PP
MB_OPENMSX_CTLCACHE ?= $(MB_CACHE)/msxbuild/omsxctl
define mb_openmsx_setup