Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental

This commit is contained in:
Gliniak
2025-08-15 15:37:50 +02:00
78 changed files with 3438 additions and 2888 deletions

View File

@@ -171,7 +171,7 @@ std::vector<std::unique_ptr<hid::InputDriver>> HidDemoApp::CreateInputDrivers(
bool HidDemoApp::OnInitialize() {
// Create the graphics provider that provides the presenter for the window.
graphics_provider_ = xe::ui::vulkan::VulkanProvider::Create(true);
graphics_provider_ = xe::ui::vulkan::VulkanProvider::Create(false, true);
if (!graphics_provider_) {
XELOGE("Failed to initialize the graphics provider");
return false;