mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-02-28 20:54:38 +00:00
loader: fix sd-cmpt
This commit is contained in:
parent
849b016197
commit
6f3cdc4e97
@ -70,7 +70,7 @@ namespace ams::ldr {
|
||||
constexpr inline const char * const AtmosphereCompatMountName = "ams-cmpt";
|
||||
constexpr inline const char * const AtmosphereBrowserCoreDllMountName = "ams-bdll";
|
||||
constexpr inline const char * const SdOrCodeMountName = "sd-code";
|
||||
constexpr inline const char * const SdOrCompatMountName = "sd-code";
|
||||
constexpr inline const char * const SdOrCompatMountName = "sd-cmpt";
|
||||
constexpr inline const char * const SdOrBrowserCoreDllMountName = "sd-bdll";
|
||||
constexpr inline const char * const CodeMountName = "code";
|
||||
constexpr inline const char * const CompatMountName = "cmpt";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user