mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 07:59:27 +02:00
Add debug code
Signed-off-by: Mako <61922615+Makonede@users.noreply.github.com>
This commit is contained in:
parent
4b31c3e7c3
commit
021ec0cada
@ -516,6 +516,7 @@ namespace ams::ldr {
|
||||
if (R_SUCCEEDED(fs::ReadFile(std::addressof(read_size), aslr, 0, &address, sizeof address)) && read_size == sizeof address) aslr_start = address;
|
||||
else aslr_start = 0xcafe00000; // FIXME
|
||||
}
|
||||
else aslr_start = 0xdead00000; // FIXME
|
||||
}
|
||||
|
||||
/* Set out. */
|
||||
|
Loading…
Reference in New Issue
Block a user