mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
stratosphere-ldr: fix code mount name
This commit is contained in:
parent
b4856a2d07
commit
b735bc53c4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace ams::ldr {
|
||||||
constexpr inline const char * const CodeMountName = "code";
|
constexpr inline const char * const CodeMountName = "code";
|
||||||
|
|
||||||
#define ENCODE_ATMOSPHERE_CODE_PATH(relative) "ams-code:" relative
|
#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. */
|
/* Redirection API. */
|
||||||
Result ResolveContentPath(char *out_path, const ncm::ProgramLocation &loc);
|
Result ResolveContentPath(char *out_path, const ncm::ProgramLocation &loc);
|
||||||
|
|
Loading…
Reference in a new issue