settings: Add config option to set RNG seed

This commit is contained in:
Zach Hilman 2018-11-11 22:34:23 -05:00
parent 4b4f883aef
commit 2a16fd7ffc
6 changed files with 171 additions and 100 deletions

View file

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