mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-11 12:52:04 +00:00
explicitly check legacy setting instead of falling back to defaults
This commit is contained in:
parent
0e859db8eb
commit
cc2011c529
@ -423,7 +423,7 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
}
|
||||
else if (items["disable_async_shaders"] == DisabledMark)
|
||||
items["shader_mode"] = "Async";
|
||||
else
|
||||
else if (items["disable_async_shaders"] == EnabledMark)
|
||||
items["shader_mode"] = "Recompiler only";
|
||||
|
||||
static string? reformatDecoder(string? dec)
|
||||
|
Loading…
Reference in New Issue
Block a user