Set the path to the test ROM

This commit is contained in:
Jesse Talavera 2024-03-21 10:28:53 -04:00
parent cbe7752e1f
commit 731db65c57

View File

@ -370,6 +370,8 @@ FetchContent_GetProperties(godmode9i)
FetchContent_MakeAvailable(godmode9i)
set(GODMODE9I_ROM "${godmode9i_SOURCE_DIR}/GodMode9i.nds")
set(MICRECORD_NDS "${CMAKE_CURRENT_SOURCE_DIR}/nds/micrecord.nds")
add_retroarch_test(
NAME "RetroArch loads melonDS DS"
CONTENT "${NDS_ROM}"