early-access version 3224

This commit is contained in:
pineappleEA
2022-12-17 11:00:04 +01:00
parent 31abbca36c
commit b4b4020499
26 changed files with 366 additions and 103 deletions

View File

@@ -458,6 +458,7 @@ struct Values {
// System
SwitchableSetting<std::optional<u32>> rng_seed{std::optional<u32>(), "rng_seed"};
Setting<std::string> device_name{"Yuzu", "device_name"};
// Measured in seconds since epoch
std::optional<s64> custom_rtc;
// Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc`