dolphin-emulator/Source/Core
JosJuice b155c46aca DirectoryBlob: Fix reading beyond the end of the disc
There were two problems with this:

1. If the starting offset was beyond the end of the disc,
   we would dereference an invalid iterator.
2. The data beyond the end of the disc was non-deterministic.
2017-08-01 21:58:18 +02:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Merge pull request #5683 from JosJuice/volume-wii-defer 2017-08-01 17:11:30 +08:00
Core Merge pull request #5844 from leoetlino/video-analytics 2017-08-01 19:23:59 +08:00
DiscIO DirectoryBlob: Fix reading beyond the end of the disc 2017-08-01 21:58:18 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 DolphinQt2: Fix memory leak in GameLoader::LoadGame 2017-08-01 11:36:40 +02:00
DolphinWX DolphinWX: Increment game list cache version 2017-08-01 11:36:40 +02:00
InputCommon Make DolphinWX strings more like DolphinQt2 strings 2017-07-26 08:04:10 +02:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5834 from stenzek/bc7 2017-08-01 12:39:19 +10:00
VideoCommon Merge pull request #5834 from stenzek/bc7 2017-08-01 12:39:19 +10:00
CMakeLists.txt