dolphin/Source/Core/Core/ConfigLoaders
JosJuice 1dfeb73589 Force RTC bias to 0 when custom RTC is disabled too
Whether the custom RTC setting is enabled shouldn't in itself
affect determinism (as long as the actual RTC value is properly
synced). Alters the logic added in 4b2906c.

I'm not entirely certain that this is correct, but the current
code doesn't really make sense to me... If we need to force the
RTC bias to 0 when custom RTC is enabled, why don't we need to
do it when custom RTC is disabled? The code for getting the
host system's current time doesn't contain any special handling
for the guest's RTC bias as far as I can tell.
2021-03-07 14:22:54 +01:00
..
BaseConfigLoader.cpp Force RTC bias to 0 when custom RTC is disabled too 2021-03-07 14:22:54 +01:00
BaseConfigLoader.h Boot: Initialize Wii root before saving SYSCONF file 2021-03-07 14:22:53 +01:00
GameConfigLoader.cpp Turn Config::Info into a class with getters 2020-12-11 19:54:16 +01:00
GameConfigLoader.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
IsSettingSaveable.cpp Core: Add new Free Look settings and config 2020-12-24 13:49:25 -06:00
IsSettingSaveable.h Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
MovieConfigLoader.cpp NetPlay: Remove 'reduce polling rate' option 2019-08-26 02:11:49 -04:00
MovieConfigLoader.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
NetPlayConfigLoader.cpp NetPlay: Sync more settings 2021-03-07 14:22:53 +01:00
NetPlayConfigLoader.h Core: Namespace NetPlay utilities under the NetPlay namespace 2018-07-06 19:53:23 -04:00