dolphin/Source/Core
Pokechu22 5477409847 Write the entirety of the Wiimote EEPROM, in a per-Wiimote file
Previously, only Mii data was written.  Additionally, the file containing mii data was shared for all Wiimotes, which made it a lot less useful.

Additionally, the file was read/written on each Wiimote read, even though the whole EEPROM was kept in memory.  This was bad for performance and not particularly necessary (it did enforce that the data was properly shared between all Wiimotes, but that's not something I want).
2019-11-17 12:20:19 -08:00
..
AudioCommon Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
Common Fix typo in comment 2019-11-11 13:20:04 -06:00
Core Write the entirety of the Wiimote EEPROM, in a per-Wiimote file 2019-11-17 12:20:19 -08:00
DiscIO Merge pull request #8367 from JosJuice/missing-company-ids 2019-11-08 11:15:27 +10:00
DolphinNoGUI Merge pull request #8456 from jordan-woyak/input-gate-race-fix 2019-11-11 10:59:49 +10:00
DolphinQt Merge pull request #8302 from AdmiralCurtiss/gcmemcard-comments 2019-11-17 10:34:06 +01:00
InputCommon Merge pull request #8440 from rlnilsen/motion-input-tweaks 2019-11-15 14:08:45 +01:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Merge pull request #8313 from JosJuice/gamelist-xml 2019-11-09 22:59:26 +01:00
UpdaterCommon UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ensure it's called on all return paths 2019-07-22 19:16:22 +02:00
VideoBackends Merge pull request #8378 from stenzek/quad-buffer-stereo 2019-11-08 10:26:58 +10:00
VideoCommon Merge pull request #8378 from stenzek/quad-buffer-stereo 2019-11-08 10:26:58 +10:00
WinUpdater Fix malformed manifests 2019-11-11 11:47:10 +01:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00