|
| 1 | +# Change RetroArch's directories to be in ROMFS, |
| 2 | +# except for the save file, save state, screenshot, recording and log directories since those should be writable locations |
| 3 | +libretro_directory = "romfs:/retroarch/cores" |
| 4 | +libretro_info_path = "romfs:/retroarch/info" |
| 5 | +playlist_directory = "romfs:/retroarch/playlists" |
| 6 | +cheat_database_path = "romfs:/retroarch/cheats" |
| 7 | +system_directory = "romfs:/retroarch/cores/system" |
| 8 | +audio_filter_dir = "" |
| 9 | +video_shader_dir = "romfs:/retroarch/shaders" |
| 10 | +video_filter_dir = "romfs:/retroarch/filters" |
| 11 | +input_remapping_directory = "romfs:/retroarch/config/remaps" |
| 12 | +core_assets_directory = "romfs:/retroarch/downloads" |
| 13 | +assets_directory = "romfs:/retroarch/assets" |
| 14 | +dynamic_wallpapers_directory = "" |
| 15 | +thumbnails_directory = "romfs:/retroarch/thumbnails" |
| 16 | +runtime_log_directory = "" |
| 17 | +joypad_autoconfig_dir = "romfs:/retroarch/autoconfig" |
| 18 | +savefile_directory = "default" |
| 19 | +savestate_directory = "default" |
| 20 | +screenshot_directory = "default" |
| 21 | +recording_output_directory = "default" |
| 22 | +recording_config_directory = "romfs:/retroarch/records_config" |
| 23 | +content_database_path = "romfs:/retroarch/database/rdb" |
| 24 | +content_favorites_path = "romfs:/retroarch/playlists/builtin/content_favorites.lpl" |
| 25 | +content_history_path = "romfs:/retroarch/playlists/builtin/content_history.lpl" |
| 26 | +content_image_history_path = "romfs:/retroarch/playlists/builtin/content_image_history.lpl" |
| 27 | +content_music_history_path = "romfs:/retroarch/playlists/builtin/content_music_history.lpl" |
| 28 | +content_video_history_path = "romfs:/retroarch/playlists/builtin/content_video_history.lpl" |
| 29 | +content_favorites_directory = "" |
| 30 | +content_history_directory = "" |
| 31 | +content_image_history_directory = "" |
| 32 | +content_music_history_directory = "" |
| 33 | +content_video_directory = "" |
| 34 | +log_dir = "default" |
| 35 | + |
1 | 36 | # Change the user interface to RGUI instead of the default Ozone user interface since RGUI looks better without RetroArch's assets installed |
2 | 37 | menu_driver = "rgui" |
3 | | - |
4 | | -# Change the save file, save state, screenshot and log directories to writable storage locations |
5 | | -# They default to being in ROMFS which is read-only |
6 | | -savefile_directory = "/retroarch/cores/savefiles" |
7 | | -savestate_directory = "/retroarch/cores/savestates" |
8 | | -screenshot_directory = "/retroarch/screenshots" |
9 | | -log_dir = "/retroarch/logs" |
|
0 commit comments