Split headless and renderer vars.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
This commit is contained in:
parent
807b32f92c
commit
97088650d4
3 changed files with 15 additions and 15 deletions
|
|
@ -11,8 +11,8 @@ MB_OPENMSX_EXTRA_HDD ?= -ext ide-nextor
|
|||
MB_OPENMSX_HDD_SIZE ?= 4m
|
||||
MB_OPENMSX_SCALE_FACTOR ?= 3
|
||||
MB_OPENMSX_THROTTLE ?= off
|
||||
MB_OPENMSX_RENDERER ?= off
|
||||
MB_OPENMSX_RENDERER_TYPE ?= SDL
|
||||
MB_OPENMSX_HEADLESS ?= on
|
||||
MB_OPENMSX_RENDERER ?= SDL
|
||||
MB_OPENMSX_RECORDER ?= off
|
||||
MB_OPENMSX_CTLCACHE ?= $(MB_CACHE)/msxbuild/omsxctl
|
||||
|
||||
|
|
@ -45,8 +45,8 @@ define _mb_openmsx_run
|
|||
BOOT_HDD_IMAGE="$(1)-omsx/persistent/ide-nextor/untitled1/hd.dsk" \
|
||||
SCALE_FACTOR=$(MB_OPENMSX_SCALE_FACTOR) \
|
||||
SPEED=$(MB_OPENMSX_SPEED) \
|
||||
HEADLESS=$(MB_OPENMSX_HEADLESS) \
|
||||
RENDERER=$(MB_OPENMSX_RENDERER) \
|
||||
RENDERER_TYPE=$(MB_OPENMSX_RENDERER_TYPE) \
|
||||
THROTTLE=$(MB_OPENMSX_THROTTLE) \
|
||||
RECORDER=$(if $(filter on,$(MB_OPENMSX_RECORDER)),msxbuild-) \
|
||||
OPENMSX_HOME="$(1)-omsx" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue