Dolphin Git changelog:
* Merge pull request #3286 from jloehr/Wiimote-Rumble-LED-Fix
Fix Prepare (Set LEDs and Rumble) on Connect and Refresh
* Fix Prepare (Set LEDs and Rumble) on Connect and Refresh
m_need_prepare needs to be set before the Device thread is started.
Otherwise the thread blocks on IORead and the LEDs and Rumble is executed
after the user presses a button on the Wiimote.
Also the Prepare-Call on Refresh doesn't need to reset the Index, because it is
set once on the initial Connect/Prepare. Therefore the index assignment
was refactored.
* Merge pull request #3291 from JosJuice/memset-error-check
Memmap: More error checking for Memset
* Memmap: Replace ValidCopyRange with GetPointerForRange
* Memmap: More error checking for Memset
It now uses the same error checking as CopyFromEmu and CopyToEmu.
* Merge pull request #3293 from JosJuice/volumedirectory-plainfilereader
DiscIO: Don't use PlainFileReader in VolumeDirectory
* DiscIO: Don't use PlainFileReader in VolumeDirectory
Blobs are not for regular file reading.
Download: Dolphin Git 4.0-8246 x64
Download: Dolphin Git 4.0-8246 for Android
Source: Here
0 Comments
Post a Comment