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

python windows improvements

This commit is contained in:
milek7
2019-03-18 20:11:59 +01:00
parent e7a58cc1ba
commit f4c53f2579
6 changed files with 80 additions and 49 deletions

View File

@@ -188,7 +188,8 @@ struct global_settings {
bool python_displaywindows = false;
bool python_threadedupload = true;
bool python_vsync = true;
bool python_sharectx = false;
bool python_sharectx = true;
std::chrono::duration<float> python_minframetime {0.01f};
int gfx_framebuffer_width = -1;
int gfx_framebuffer_height = -1;