dolphin/Source/Core
Glenn Rice bb6d360b06 Ensure (Get|Set)ColumnWidth is not called on a non existant column.
The AutomaticColumnWidth method can be called when the game list does
not have any columns (for example when dolphin is starting).  In this
case wxWidgets assertions fail when (Get|Set)ColumnWidth are called on
columns that do not exist.  So check to make sure there are columns to
prevent this.
2014-06-20 07:03:44 -05:00
..
AudioCommon Revert "DSound: use DSound notifications to produce sound." 2014-05-31 13:35:46 -07:00
Common Try to fix android build. 2014-06-15 15:56:42 -07:00
Core Merge pull request #498 from magumagu/remove-daz 2014-06-19 16:53:21 +02:00
DiscIO Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
DolphinWX Ensure (Get|Set)ColumnWidth is not called on a non existant column. 2014-06-20 07:03:44 -05:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Merge pull request #497 from Armada651/osd-scaling 2014-06-19 15:26:10 +02:00
VideoCommon Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00