refactor: move Savestates and Screenshots dirs under Amiberry Home

Move these two under $HOME/amiberry to make them more visible, since the user might interact with them more often.
This commit is contained in:
Dimitris Panokostas 2025-01-08 17:18:49 +01:00
parent bcc717b942
commit e4ead70008
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -4181,13 +4181,13 @@ static void init_amiberry_dirs(const bool portable_mode)
themes_path = xdg_config_home;
// These paths are relative to the XDG_DATA_HOME directory
controllers_path = whdboot_path = saveimage_dir = savestate_dir =
ripper_path = input_dir = screenshot_dir = nvram_dir = video_dir =
controllers_path = whdboot_path = saveimage_dir =
ripper_path = input_dir = nvram_dir = video_dir =
xdg_data_home;
// These go in $HOME/Amiberry by default
whdload_arch_path = floppy_path = harddrive_path =
cdrom_path = logfile_path = rom_path = rp9_path =
whdload_arch_path = floppy_path = harddrive_path = screenshot_dir =
savestate_dir = cdrom_path = logfile_path = rom_path = rp9_path =
home_dir;
}