stratosphere-ldr: fix code mount name

This commit is contained in:
hexkyz 2020-03-09 21:53:40 +00:00 committed by GitHub
parent b4856a2d07
commit b735bc53c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ namespace ams::ldr {
constexpr inline const char * const CodeMountName = "code";
#define ENCODE_ATMOSPHERE_CODE_PATH(relative) "ams-code:" relative
#define ENCODE_CODE_PATH(relative) "ams:" relative
#define ENCODE_CODE_PATH(relative) "code:" relative
/* Redirection API. */
Result ResolveContentPath(char *out_path, const ncm::ProgramLocation &loc);