imgui-frontend-engineer: refactor gRPC agent services

This commit is contained in:
scawful
2025-12-28 10:52:15 -06:00
parent a65fc1d975
commit 954c612f69
15 changed files with 620 additions and 1305 deletions

View File

@@ -238,7 +238,7 @@ if(YAZE_ENABLE_REMOTE_AUTOMATION)
list(APPEND YAZE_AGENT_SOURCES
cli/service/agent/agent_control_server.cc
cli/service/agent/emulator_service_impl.cc
cli/handlers/tools/emulator_commands.cc
cli/service/agent/rom_debug_agent.cc
cli/service/gui/gui_automation_client.cc
cli/service/gui/canvas_automation_client.cc
)