mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
python screen windows without context sharing
This commit is contained in:
@@ -796,6 +796,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens(1);
|
||||
Parser >> python_threadedupload;
|
||||
}
|
||||
else if (token == "python.sharectx")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
Parser >> python_sharectx;
|
||||
}
|
||||
else if (token == "python.vsync")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
|
||||
Reference in New Issue
Block a user