Refactor memory management: remove unused enums and RomInfo class to simplify memory.h

This commit is contained in:
scawful
2024-11-09 20:13:08 -05:00
parent d9243b26f7
commit ef2ddaa74e
3 changed files with 39 additions and 219 deletions

View File

@@ -1,7 +1,7 @@
add_executable(
yaze_emu
app/rom.cc
app/emu/debug/emu.cc
app/emu/emu.cc
${YAZE_APP_EMU_SRC}
${YAZE_APP_CORE_SRC}
${YAZE_APP_EDITOR_SRC}