Skip to content

Commit 7f2dd3b

Browse files
committed
Update Paths.h
1 parent cac9fc2 commit 7f2dd3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/Paths.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ namespace Paths {
2121

2222
inline std::string configFile() {
2323
#if BUILD_HW
24-
return modstoreBase() + "/config.json";
24+
return modstoreBase() + "/config.json"; // SD card
2525
#else
26-
return "/vol/content/config.json";
26+
return "/vol/content/config.json"; // wuhb-embedded (Cemu only)
2727
#endif
2828
}
2929

0 commit comments

Comments
 (0)