fix retroarch core options
This commit is contained in:
parent
8b814c2e6d
commit
60e62b1915
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
core_info_cache_enable = "false";
|
||||
core_info_savestate_bypass = "false";
|
||||
core_option_category_enable = "true";
|
||||
core_options_path = builtins.toString ./retroarch-core-options.cfg;
|
||||
core_options_path = "${./retroarch-core-options.cfg}";
|
||||
core_set_supports_no_game_enable = "true";
|
||||
core_updater_auto_backup = "true";
|
||||
core_updater_auto_backup_history_size = "1";
|
||||
|
|
Loading…
Reference in a new issue