mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
config: Add missing option
This commit is contained in:
parent
95d9462a71
commit
6be5618d22
@ -604,6 +604,7 @@ void fmt_class_string<gpu_preset_level>::format(std::string& out, u64 arg)
|
|||||||
{
|
{
|
||||||
switch (value)
|
switch (value)
|
||||||
{
|
{
|
||||||
|
case gpu_preset_level::_auto: return "Auto";
|
||||||
case gpu_preset_level::high: return "High";
|
case gpu_preset_level::high: return "High";
|
||||||
case gpu_preset_level::low: return "Low";
|
case gpu_preset_level::low: return "Low";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user