mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #8538 from hizzlekizzle/master
don't alphabetize shader presets
This commit is contained in:
commit
03381da506
@ -343,7 +343,7 @@ bool menu_shader_manager_save_preset(
|
||||
if (!string_is_empty(basename))
|
||||
strlcpy(preset_path, buffer, sizeof(preset_path));
|
||||
|
||||
if (config_file_write(conf, preset_path, true))
|
||||
if (config_file_write(conf, preset_path, false))
|
||||
{
|
||||
RARCH_LOG("Saved shader preset to %s.\n", preset_path);
|
||||
if (apply)
|
||||
@ -363,7 +363,7 @@ bool menu_shader_manager_save_preset(
|
||||
fill_pathname_join(preset_path, dirs[d],
|
||||
buffer, sizeof(preset_path));
|
||||
|
||||
if (config_file_write(conf, preset_path, true))
|
||||
if (config_file_write(conf, preset_path, false))
|
||||
{
|
||||
RARCH_LOG("Saved shader preset to %s.\n", preset_path);
|
||||
if (apply)
|
||||
|
Loading…
x
Reference in New Issue
Block a user