Added component-based patch system and applied it to interrupt packets

This commit is contained in:
dannuic
2026-04-22 00:27:47 -06:00
parent 0ada77f340
commit ee4c6099eb
26 changed files with 886 additions and 174 deletions
+4
View File
@@ -673,6 +673,10 @@ set_property(TARGET gm_commands_zone PROPERTY FOLDER libraries)
add_executable(zone ${zone_sources} ${zone_headers})
target_include_directories(zone PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(patch)
install(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
if(EQEMU_BUILD_PCH)