config: Add missing option
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user