settings: Add config option to set RNG seed
This commit is contained in:
parent
4b4f883aef
commit
2a16fd7ffc
6 changed files with 171 additions and 100 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
|
@ -114,6 +115,7 @@ struct Values {
|
|||
// System
|
||||
bool use_docked_mode;
|
||||
bool enable_nfc;
|
||||
std::optional<u64> rng_seed;
|
||||
s32 current_user;
|
||||
s32 language_index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue