You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this is only used in local build for debugging, when compiling in release mode the path is real path where the app can store many things without interfering with other things (eg. AppData\Roaming\... on Windows or .local/share/... on Linux )
// this is in the internal storage of the nintendo switch, it ios mounted by libnx (runtime switch support library) and filled at compile time with assets (its called ROMFS there)
73
74
return std::filesystem::path{ "romfs:/assets" };
74
75
#elif defined(BUILD_INSTALLER)
75
-
76
-
#if defined(FLATPAK_BUILD)
77
76
// if you build in BUILD_INSTALLER mode, you have to assure that the data is there e.g. music + fonts!
0 commit comments