1 parent cac9fc2 commit 7f2dd3bCopy full SHA for 7f2dd3b
1 file changed
src/app/Paths.h
@@ -21,9 +21,9 @@ namespace Paths {
21
22
inline std::string configFile() {
23
#if BUILD_HW
24
- return modstoreBase() + "/config.json";
+ return modstoreBase() + "/config.json"; // SD card
25
#else
26
- return "/vol/content/config.json";
+ return "/vol/content/config.json"; // wuhb-embedded (Cemu only)
27
#endif
28
}
29
0 commit comments