ForTheReallys 4 weeks ago committed by GitHub
commit cb848f6324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1025,7 +1025,7 @@ bool parse_preset_config(int preset, struct overlay_params *params){
stream.imbue(std::locale::classic());
if (!stream.good()) {
SPDLOG_ERROR("Failed to read presets file: '{}'", preset_path);
SPDLOG_INFO("Failed to read presets file: '{}'. Falling back to default presets", preset_path);
return false;
}

Loading…
Cancel
Save