16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

configurable fullscreen monitors

This commit is contained in:
milek7
2019-02-21 00:06:51 +01:00
parent cbd640a6aa
commit 56584dc13e
7 changed files with 72 additions and 9 deletions

View File

@@ -182,6 +182,9 @@ struct global_settings {
std::chrono::duration<float> minframetime {0.0f};
std::unordered_map<std::string, std::string> python_monitormap;
std::string fullscreen_monitor;
bool python_mipmaps = true;
bool python_displaywindows = false;
bool python_threadedupload = true;