dolphin/Source/Core/DolphinQt/NetPlay
Techjar 4407854e9c NetPlay save data synchronization
This adds the functionality of sending the host's save data (raw memory
cards, as well as GCI files and Wii saves with a matching GameID) to
all other clients. The data is compressed using LZO1X to greatly reduce
its size while keeping compression/decompression fast. Save
synchronization is enabled by default, and toggleable with a checkbox
in the NetPlay dialog.

On clicking start, if the option is enabled, game boot will be delayed
until all players have received the save data sent by the host. If any
player fails to receive it properly, boot will be cancelled to prevent
desyncs.
2018-07-19 18:09:20 -04:00
..
GameListDialog.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
GameListDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
MD5Dialog.cpp DolphinQt/Settings: Replace includes with forward declarations 2018-07-09 00:53:13 -04:00
MD5Dialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
NetPlayDialog.cpp NetPlay save data synchronization 2018-07-19 18:09:20 -04:00
NetPlayDialog.h NetPlay save data synchronization 2018-07-19 18:09:20 -04:00
NetPlaySetupDialog.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
NetPlaySetupDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
PadMappingDialog.cpp DolphinQt/Settings: Replace includes with forward declarations 2018-07-09 00:53:13 -04:00
PadMappingDialog.h Core: Namespace NetPlay utilities under the NetPlay namespace 2018-07-06 19:53:23 -04:00