dolphin/Source/Core/Core/ConfigLoaders
Techjar 7036299a92 NetPlay: Improve settings synchronization and UI
Most settings which affect determinism will now be synced on NetPlay.
Additionally, there's a strict sync mode which will sync various
enhancements to prevent desync in games that use EFB reads.

This also adds a check for all players having the IPL.bin file, and
doesn't load it for anyone if someone is missing it. This prevents
desyncs caused by mismatched system fonts.

Additionally, the NetPlay window was getting too wide with checkboxes,
so FlowLayout has been introduced to make the checkboxes take up
multiple rows dynamically. However, there's some minor vertical
centering issues I haven't been able to solve, but it's better than a
ridiculously wide window.
2018-07-26 17:23:04 -04:00
..
BaseConfigLoader.cpp RTC: Write 0 tot he counter bias if we are on custom RTC 2018-05-12 01:37:48 -04:00
BaseConfigLoader.h Config: Remove recursive layer 2017-11-15 18:04:40 +00:00
GameConfigLoader.cpp NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
GameConfigLoader.h Unify GetGameIniFilenames 2017-07-11 13:10:11 +02:00
IsSettingSaveable.cpp Convert Dolphin.Core.DefaultISO to use new-style config 2018-07-06 19:28:19 -07:00
IsSettingSaveable.h ConfigLoaders: Temporarily not save all settings 2017-06-03 18:11:56 +01:00
MovieConfigLoader.cpp Add "Reduce Polling Rate" option to NetPlay 2018-06-30 13:13:44 -04:00
MovieConfigLoader.h Config: Remove recursive layer 2017-11-15 18:04:40 +00:00
NetPlayConfigLoader.cpp NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
NetPlayConfigLoader.h Core: Namespace NetPlay utilities under the NetPlay namespace 2018-07-06 19:53:23 -04:00