dolphin/Source/Core
JosJuice 6b0a60d2ee DirectoryBlob: Don't add DiscContents with size 0
Having DiscContents with size 0 would mean that some DiscContents
might not get added to the std::set because of them comparing
identically to another DiscContent.

This replaces an older piece of code in WriteDirectory that ensures
that no two files have the same starting offset. (We now care about
the ending offset, not the starting offset. The new solution both
ensures that no two files have the same ending offset and that no
two files have the same starting offset.)
2017-08-01 21:58:04 +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: Don't add DiscContents with size 0 2017-08-01 21:58:04 +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 Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00