implement load_rom and unload_rom

This commit is contained in:
scawful
2024-08-06 22:23:43 -04:00
parent 88b87fc7cf
commit 38cbba79e2
3 changed files with 28 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ include(test/CMakeLists.txt)
# Yaze C API
add_library(yaze_c SHARED
app/yaze.cc
./yaze.cc
app/rom.cc
${YAZE_APP_EMU_SRC}
${YAZE_APP_CORE_SRC}