Skip to content

Commit

Permalink
refactor: move Savestates and Screenshots dirs under Amiberry Home
Browse files Browse the repository at this point in the history
Move these two under $HOME/amiberry to make them more visible, since the user might interact with them more often.
  • Loading branch information
midwan committed Jan 8, 2025
1 parent bcc717b commit e4ead70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/osdep/amiberry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e4ead70

Please sign in to comment.