16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

match video modes for extra windows, python vsync option

This commit is contained in:
milek7
2019-03-18 15:11:44 +01:00
parent e6e5d6645b
commit efb041aaa0
4 changed files with 20 additions and 25 deletions

View File

@@ -796,6 +796,11 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1);
Parser >> python_threadedupload;
}
else if (token == "python.vsync")
{
Parser.getTokens(1);
Parser >> python_vsync;
}
else if (token == "python.mipmaps")
{
Parser.getTokens(1);