- Added conditional compilation for ImGui test engine features in `test_utils.cc` and `test_utils.h`, enabling the loading of ROMs and opening of editors only when the YAZE_ENABLE_IMGUI_TEST_ENGINE flag is set. - Improved modularity by managing includes based on feature flags, enhancing the flexibility of the testing framework. Benefits: - Streamlined testing process for ImGui-related functionalities. - Enhanced code organization by isolating ImGui test engine dependencies.
608 B
608 B