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
1 changed files with 1 additions and 0 deletions

View File

@ -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";
} }