mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-24 05:24:47 +00:00
Rename config file
Signed-off-by: Mako <61922615+Makonede@users.noreply.github.com>
This commit is contained in:
parent
c1c14ba70a
commit
17e61f1898
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace ams::ldr {
|
|||
/* Convenience defines. */
|
||||
constexpr size_t SystemResourceSizeMax = 0x1FE00000;
|
||||
constexpr ncm::ProgramId BREATH_OF_THE_WILD{ 0x01007EF00011E000 };
|
||||
constexpr const char *ASLR_CONFIG = "sdmc:/atmosphere/config/aslr.txt";
|
||||
constexpr const char *ASLR_CONFIG = "sdmc:/atmosphere/config/aslr.bin";
|
||||
|
||||
/* Types. */
|
||||
enum NsoIndex {
|
||||
|
|
Loading…
Add table
Reference in a new issue