diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-13 12:25:43 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-13 12:26:03 -0500 |
commit | ab552e4a252b66ca02c04724a1773edbefec6837 (patch) | |
tree | 544702301230e785639d7ff4cfbaa2e99294a4b9 /src/core/settings.h | |
parent | 65bd03d74cbf4d8072239480404c6db83d41b27c (diff) |
svc: Use proper random entropy generation algorithm
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 83a1a7069..84dc5050b 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -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; |