Agregando disasembler

This commit is contained in:
2025-06-28 01:40:57 -04:00
parent 82ed59edeb
commit ab4a43163a
11 changed files with 269 additions and 11 deletions

View File

@@ -28,6 +28,8 @@ target_sources(
UI/RomInfo.h
UI/UIManager.cpp
UI/UIManager.h
UI/Disassembler.cpp
UI/Disassembler.h
)
add_compile_options(-Wall -Wextra -Wpedantic -Werror)