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

python.uploadmain option

This commit is contained in:
milek7
2019-03-28 00:26:13 +01:00
parent 803bf23715
commit cbf3011371
3 changed files with 12 additions and 15 deletions

View File

@@ -191,6 +191,7 @@ struct global_settings {
bool python_threadedupload = true;
bool python_vsync = true;
bool python_sharectx = true;
bool python_uploadmain = true;
std::chrono::duration<float> python_minframetime {0.01f};
int gfx_framebuffer_width = -1;