Add option to use original fullscreen code for vulkan

This commit is contained in:
Benau
2022-08-29 10:30:31 +08:00
parent bba636263e
commit d322720147
6 changed files with 35 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ struct GEConfig
bool m_disable_npot_texture;
bool m_convert_irrlicht_mesh;
bool m_texture_compression;
bool m_vulkan_fullscreen_desktop;
std::unordered_set<std::string> m_ondemand_load_texture_paths;
float m_render_scale;
};