mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-31 17:44:03 -05:00
early-access version 1640
This commit is contained in:
parent
43c7a47324
commit
bc43ab2182
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1639.
|
This is the source code for early-access 1640.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -863,8 +863,7 @@ void Config::ReadSystemValues() {
|
|||||||
Settings::values.rng_seed.SetGlobal(rng_seed_global);
|
Settings::values.rng_seed.SetGlobal(rng_seed_global);
|
||||||
if (global || !rng_seed_global) {
|
if (global || !rng_seed_global) {
|
||||||
if (rng_seed_enabled) {
|
if (rng_seed_enabled) {
|
||||||
Settings::values.rng_seed.SetValue(
|
Settings::values.rng_seed.SetValue(ReadSetting(QStringLiteral("rng_seed"), 0).toUInt());
|
||||||
ReadSetting(QStringLiteral("rng_seed"), 0).toULongLong());
|
|
||||||
} else {
|
} else {
|
||||||
Settings::values.rng_seed.SetValue(std::nullopt);
|
Settings::values.rng_seed.SetValue(std::nullopt);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user