[UI] Loop thread to main thread WindowedAppContext

This commit is contained in:
Triang3l
2021-08-28 19:38:24 +03:00
parent f540c188bf
commit 6ce5330f5f
95 changed files with 2343 additions and 1235 deletions

View File

@@ -31,7 +31,7 @@ local function combined_test_suite(test_suite_name, project_root, base_path, con
})
files({
project_root.."/"..build_tools_src.."/test_suite_main.cc",
project_root.."/src/xenia/base/main_"..platform_suffix..".cc",
project_root.."/src/xenia/base/console_app_main_"..platform_suffix..".cc",
base_path.."/**_test.cc",
})
filter("toolset:msc")