Rename config file

Signed-off-by: Mako <61922615+Makonede@users.noreply.github.com>
This commit is contained in:
Mako 2024-07-08 13:25:10 -07:00
parent c1c14ba70a
commit 17e61f1898
No known key found for this signature in database
GPG key ID: 4025EA97E2F81384

View file

@ -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 {