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

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