[nostalgia/player] Give player the ability to load from rom file or directory

This commit is contained in:
2019-11-09 18:07:28 -06:00
parent 71b38b243e
commit 7d5595b405
2 changed files with 32 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ endif()
target_link_libraries(
nostalgia
NostalgiaWorld
NostalgiaCore
${NOSTALGIA_PLAYER_DEPS}
)