mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Migrate the last test to libretro.py
This commit is contained in:
parent
ccff012b1a
commit
688e6fa11e
@ -1,10 +1,10 @@
|
||||
# See https://github.com/JesseTG/melonds-ds/issues/70
|
||||
add_retroarch_test(
|
||||
NAME "Core unloads with threaded software rendering"
|
||||
CONTENT "${NDS_ROM}"
|
||||
MAX_FRAMES 6
|
||||
CORE_OPTION "melonds_boot_mode=direct"
|
||||
CORE_OPTION "melonds_sysfile_mode=builtin"
|
||||
CORE_OPTION "melonds_console_mode=ds"
|
||||
CORE_OPTION "melonds_threaded_renderer=enabled"
|
||||
add_python_test(
|
||||
NAME "Core unloads with threaded software rendering"
|
||||
TEST_MODULE basics.core_run_frames
|
||||
CONTENT "${NDS_ROM}"
|
||||
CORE_OPTION "melonds_boot_mode=direct"
|
||||
CORE_OPTION "melonds_sysfile_mode=builtin"
|
||||
CORE_OPTION "melonds_console_mode=ds"
|
||||
CORE_OPTION "melonds_threaded_renderer=enabled"
|
||||
)
|
Loading…
Reference in New Issue
Block a user