mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
loader: use libstratosphere randomness
This commit is contained in:
parent
87f7a6ebdc
commit
5c9d0f05b1
6 changed files with 4 additions and 97 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "ldr_nro.hpp"
|
||||
#include "ldr_registration.hpp"
|
||||
#include "ldr_map.hpp"
|
||||
#include "ldr_random.hpp"
|
||||
|
||||
Result NroUtils::ValidateNrrHeader(NrrHeader *header, u64 size, u64 title_id_min) {
|
||||
if (header->magic != MAGIC_NRR0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue