fix: device preference not getting loaded

This commit is contained in:
Samuliak 2025-01-12 13:08:30 +01:00
parent 0b15ad4157
commit 82c2d14828
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -464,9 +464,9 @@ struct CemuConfig
// graphics
ConfigValue<GraphicAPI> graphic_api{ kVulkan };
std::array<uint8, 16> vk_graphic_device_uuid;
uint64 mtl_graphic_device_uuid{0};
uint64 mtl_graphic_device_uuid{ 0 };
ConfigValue<int> vsync{ 0 }; // 0 = off, 1+ = depending on render backend
ConfigValue<bool> gx2drawdone_sync {true};
ConfigValue<bool> gx2drawdone_sync { true };
ConfigValue<bool> render_upside_down{ false };
ConfigValue<bool> async_compile{ true };