mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
parent
fa004a33c6
commit
770d6cfda7
7 changed files with 41 additions and 105 deletions
|
@ -462,7 +462,7 @@ struct CemuConfig
|
|||
|
||||
// graphics
|
||||
ConfigValue<GraphicAPI> graphic_api{ kVulkan };
|
||||
std::string graphic_device_name;
|
||||
std::array<uint8, 16> graphic_device_uuid;
|
||||
ConfigValue<int> vsync{ 0 }; // 0 = off, 1+ = on depending on render backend
|
||||
ConfigValue<bool> gx2drawdone_sync {true};
|
||||
ConfigValue<bool> render_upside_down{ false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue