Skip to content

Commit ef260ca

Browse files
fix: Onion and Allium save directories to hopefully match what is actually there. addresses #170
1 parent 0f7b97c commit ef260ca

3 files changed

Lines changed: 63 additions & 545 deletions

File tree

cfw/allium/allium.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func GetBIOSDirectory() string {
3737
}
3838

3939
func GetBaseSavePath() string {
40-
return filepath.Join(GetBasePath(), "Saves", "saves")
40+
return filepath.Join(GetBasePath(), "Saves", "CurrentProfile", "saves")
4141
}
4242

4343
func GetArtDirectory(romDir string) string {

0 commit comments

Comments
 (0)