dolphin/Source/Core
comex 700b850acd Fix misc. clang warnings - mostly complaints about inconsistent use of override.
Previously, MacOpenFile only overrode anything on OS X; otherwise it was
just a useless method, which is presumably why it wasn't marked override
in the first place.  Address this more sanely by wrapping it in #ifdef
__APPLE__.
2015-06-21 15:42:49 -04:00
..
AudioCommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
Common Hash: Remove the HashFNV prototype 2015-06-20 21:23:25 -04:00
Core Merge pull request #2622 from AdmiralCurtiss/homebrew-video-modes 2015-06-20 11:49:57 +10:00
DiscIO Merge pull request #2620 from JosJuice/more-decodestring 2015-06-18 14:57:10 +02:00
DolphinQt Cache games without banners 2015-06-14 12:23:48 +02:00
DolphinWX Fix misc. clang warnings - mostly complaints about inconsistent use of override. 2015-06-21 15:42:49 -04:00
InputCommon Fix misc. clang warnings - mostly complaints about inconsistent use of override. 2015-06-21 15:42:49 -04:00
UICommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoBackends Fix FreeBSD build 2015-06-13 21:52:47 -07:00
VideoCommon Merge pull request #2629 from lioncash/vertexloader-ifdef 2015-06-21 03:17:38 +02:00
CMakeLists.txt