dolphin/Source/Core
Léo Lam c987f58319 Check whether WAD is a channel before reading names
Dolphin assumes that content 0 is opening.bnr, without checking
whether content 0 exists or if it is even supposed to be there (it's
only there for channels). This results in sometimes reading garbage.

This adds a check to only try to read names from content 0's header
if the title is a channel (channel, system channel or game channel).
2017-03-18 19:07:11 +01:00
..
AudioCommon Merge pull request #4548 from stenzek/gcc-sse 2017-03-13 14:28:01 +01:00
Common Merge pull request #4548 from stenzek/gcc-sse 2017-03-13 14:28:01 +01:00
Core Check whether WAD is a channel before reading names 2017-03-18 19:07:11 +01:00
DiscIO Check whether WAD is a channel before reading names 2017-03-18 19:07:11 +01:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX Check whether WAD is a channel before reading names 2017-03-18 19:07:11 +01:00
InputCommon SI: Move MAX_SI_CHANNELS into the SerialInterface namespace 2017-03-16 01:57:57 -04:00
UICommon Merge pull request #5038 from vladfi1/separate-nogui 2017-03-10 10:50:08 +01:00
VideoBackends Merge pull request #4973 from z0z0z/master 2017-03-14 10:02:05 +01:00
VideoCommon Merge pull request #4973 from z0z0z/master 2017-03-14 10:02:05 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00