dolphin/Source/Core
JosJuice 9018b546c7 WbfsBlob: Don't enter an infinite loop when reading beyond end of disc
read_size remained 0 when the "Read beyond end of disc" error occurs,
which made the while (nbytes) loop never end. As a fix, SeekToCluster
now explicitly sets available to 0 when the error occurs, and Read
checks for it.
2015-07-06 15:41:37 +02:00
..
AudioCommon OpenALStream: Fix sample conversion. 2015-06-25 12:42:41 +02:00
Common Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
Core GC Adapter: Do not attempt to claim_interface when libusb_open() returns an error. 2015-07-01 23:49:39 +02:00
DiscIO WbfsBlob: Don't enter an infinite loop when reading beyond end of disc 2015-07-06 15:41:37 +02:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Small changes to description to "Store EFB Copies to Texture Only" 2015-07-01 15:48:19 +02:00
InputCommon evdev: Support axis with ranges which extend below zero. 2015-07-01 10:13:05 +12:00
UICommon Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
VideoBackends Merge pull request #2656 from Armada651/ogl-inv-depth 2015-06-25 12:06:56 +02:00
VideoCommon D3D: Cosmetics. 2015-06-24 23:16:53 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00