Merge pull request #11669 from german77/settings2
yuzu: Fix custom rtc and mute audio settings
This commit is contained in:
commit
fc4cde7513
5 changed files with 11 additions and 2 deletions
|
@ -1078,6 +1078,10 @@ void System::ApplySettings() {
|
|||
impl->RefreshTime();
|
||||
|
||||
if (IsPoweredOn()) {
|
||||
if (Settings::values.custom_rtc_enabled) {
|
||||
const s64 posix_time{Settings::values.custom_rtc.GetValue()};
|
||||
GetTimeManager().UpdateLocalSystemClockTime(posix_time);
|
||||
}
|
||||
Renderer().RefreshBaseSettings();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue