mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 12:34:47 +00:00
ncm: don't delete hos
This commit is contained in:
parent
c7d9cd24a7
commit
98e728a589
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace ams::ncm {
|
|||
|
||||
namespace {
|
||||
|
||||
constexpr inline const char * const BasePlaceHolderDirectory = "/registered";
|
||||
constexpr inline const char * const BasePlaceHolderDirectory = "/placehld";
|
||||
|
||||
constexpr inline const char * const PlaceHolderExtension = ".nca";
|
||||
constexpr inline size_t PlaceHolderExtensionLength = 4;
|
||||
|
|
Loading…
Add table
Reference in a new issue