dolphin/Source/Core
comex 05cb1ff136 Remove runtime OS X version check.
My recent update to that check broke compilation on 10.9:
https://code.google.com/p/dolphin-emu/issues/detail?id=7900

However, on further review, the check isn't actually necessary.  If the
OS X version is older than LSMinimumSystemVersion in Info.plist, the
system will generally refuse to run the binary in the first place.  You
can try to launch it via a terminal, but at that point it's the user's
problem if it crashes.
2014-12-01 14:21:24 -05:00
..
AudioCommon Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
Common Merge pull request #1258 from FioraAeterna/avoidfmulround 2014-11-30 15:47:34 -06:00
Core Merge pull request #1607 from Sonicadvance1/armv7-optimizations 2014-11-30 15:48:27 -06:00
DiscIO DiscIO: Change a memset() to zero initialization. 2014-11-27 11:12:17 -08:00
DolphinQt Update Main.cpp version checks. 2014-11-25 00:27:13 -05:00
DolphinWX Remove runtime OS X version check. 2014-12-01 14:21:24 -05:00
InputCommon Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Fixes OpenGL ES rendering. 2014-11-29 01:27:47 -06:00
VideoCommon VideoCommon: Fix -Wsign-compare warnings. 2014-11-29 17:40:14 -06:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00