We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7b97c commit ef260caCopy full SHA for ef260ca
3 files changed
cfw/allium/allium.go
@@ -37,7 +37,7 @@ func GetBIOSDirectory() string {
37
}
38
39
func GetBaseSavePath() string {
40
- return filepath.Join(GetBasePath(), "Saves", "saves")
+ return filepath.Join(GetBasePath(), "Saves", "CurrentProfile", "saves")
41
42
43
func GetArtDirectory(romDir string) string {
0 commit comments