svc: Use proper random entropy generation algorithm
This commit is contained in:
parent
65bd03d74c
commit
ab552e4a25
6 changed files with 33 additions and 8 deletions
|
@ -115,7 +115,7 @@ struct Values {
|
|||
// System
|
||||
bool use_docked_mode;
|
||||
bool enable_nfc;
|
||||
std::optional<u64> rng_seed;
|
||||
std::optional<u32> rng_seed;
|
||||
s32 current_user;
|
||||
s32 language_index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue