early-access version 1640
This commit is contained in:
parent
43c7a47324
commit
bc43ab2182
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1639.
|
||||
This is the source code for early-access 1640.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -863,8 +863,7 @@ void Config::ReadSystemValues() {
|
|||
Settings::values.rng_seed.SetGlobal(rng_seed_global);
|
||||
if (global || !rng_seed_global) {
|
||||
if (rng_seed_enabled) {
|
||||
Settings::values.rng_seed.SetValue(
|
||||
ReadSetting(QStringLiteral("rng_seed"), 0).toULongLong());
|
||||
Settings::values.rng_seed.SetValue(ReadSetting(QStringLiteral("rng_seed"), 0).toUInt());
|
||||
} else {
|
||||
Settings::values.rng_seed.SetValue(std::nullopt);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue