It works!

This commit is contained in:
2026-06-09 15:42:53 +02:00
parent 74d9831d68
commit c25e1d0617
19 changed files with 203 additions and 107 deletions
+2 -2
View File
@@ -151,14 +151,14 @@ set(CAPSTONE_MIPS_SUPPORT ON)
set(CAPSTONE_X86_SUPPORT ON)
add_subdirectory(external/capstone)
set(CMAKE_AUTOMOC ON)
qt_add_executable(kaizen
src/frontend/main.cpp
src/frontend/KaizenGui.hpp
src/frontend/KaizenGui.cpp
src/frontend/RenderWidget.cpp
src/frontend/RenderWidget.hpp
src/frontend/EmuThread.hpp
src/frontend/EmuThread.cpp
src/frontend/SettingsWindow.hpp
src/frontend/SettingsWindow.cpp
src/frontend/Settings/GeneralSettings.hpp