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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue