mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
add gfx.angleplatform ini setting
This commit is contained in:
@@ -878,6 +878,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens(1);
|
||||
Parser >> gfx_usegles;
|
||||
}
|
||||
else if (token == "gfx.angleplatform")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
Parser >> gfx_angleplatform;
|
||||
}
|
||||
else if (token == "gfx.shadergamma")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
|
||||
Reference in New Issue
Block a user