svc: Use proper random entropy generation algorithm

This commit is contained in:
Zach Hilman 2018-11-13 12:25:43 -05:00
parent 65bd03d74c
commit ab552e4a25
6 changed files with 33 additions and 8 deletions

View file

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