Add BPS patch utility functions and integrate into CLI handlers
This commit is contained in:
@@ -7,6 +7,7 @@ add_executable(
|
||||
${YAZE_APP_EDITOR_SRC}
|
||||
${YAZE_APP_GFX_SRC}
|
||||
${YAZE_APP_ZELDA3_SRC}
|
||||
${YAZE_UTIL_SRC}
|
||||
${YAZE_GUI_SRC}
|
||||
${IMGUI_SRC}
|
||||
)
|
||||
@@ -35,4 +36,8 @@ target_link_libraries(
|
||||
${CMAKE_DL_LIBS}
|
||||
ImGui
|
||||
ImGuiTestEngine
|
||||
)
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
target_link_libraries(yaze_emu PUBLIC ${COCOA_LIBRARY})
|
||||
endif()
|
||||
Reference in New Issue
Block a user