1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

config: Add missing option

This commit is contained in:
kd-11 2022-10-10 20:31:24 +03:00 committed by kd-11
parent 95d9462a71
commit 6be5618d22

View File

@ -604,6 +604,7 @@ void fmt_class_string<gpu_preset_level>::format(std::string& out, u64 arg)
{
switch (value)
{
case gpu_preset_level::_auto: return "Auto";
case gpu_preset_level::high: return "High";
case gpu_preset_level::low: return "Low";
}