diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-11 22:34:23 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-11 23:09:46 -0500 |
commit | 2a16fd7ffc1ec4e2dc90480c04f9867fdeec6a98 (patch) | |
tree | 682a2fc1751f8628d07f2caf3a2b34f7a1c39b52 /src/yuzu_cmd/default_ini.h | |
parent | 4b4f883aef8fbc4f8a8b6c842df61eb0d5253f45 (diff) |
settings: Add config option to set RNG seed
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index e0b223cd6..dd6644d79 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -178,6 +178,11 @@ use_docked_mode = # 1 (default): Yes, 0 : No enable_nfc = +# Sets the seed for the RNG generator built into the switch +# rng_seed will be ignored and randomly generated if rng_seed_enabled is false +rng_seed_enabled = +rng_seed = + # Sets the account username, max length is 32 characters # yuzu (default) username = yuzu |