mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
python windows improvements
This commit is contained in:
@@ -801,6 +801,13 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens(1);
|
||||
Parser >> python_sharectx;
|
||||
}
|
||||
else if (token == "python.fpslimit")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
float fpslimit;
|
||||
Parser >> fpslimit;
|
||||
python_minframetime = std::chrono::duration<float>(1.0f / fpslimit);
|
||||
}
|
||||
else if (token == "python.vsync")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
|
||||
Reference in New Issue
Block a user