mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
match video modes for extra windows, python vsync option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user