dolphin/Source/Core
Ryan Houdek 6483f8d45c Removes ARMv7 specific byteswap routines from CommonFuncs.h
GCC has optimized this using the exact same code since 4.7 or 4.8.
Android building falls back to the __linux__ route.
No need to keep these around anymore since we aren't building on an old GCC version.
2014-10-24 16:21:54 -05:00
..
AudioCommon Fixes OpenSLES's sample rate. 2014-10-23 11:29:49 -05:00
Common Removes ARMv7 specific byteswap routines from CommonFuncs.h 2014-10-24 16:21:54 -05:00
Core Merge pull request #1363 from lioncash/init-order 2014-10-24 13:03:38 +11:00
DiscIO
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Merge pull request #1348 from Sonicadvance1/JitBlockView-cleanup 2014-10-24 13:01:53 +11:00
InputCommon Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
UICommon
VideoBackends TextureCache: Get rid of explicit deletes in SaveTexture 2014-10-24 08:47:06 -04:00
VideoCommon Merge pull request #1349 from comex/good-job-dereferencing-null-on-purpose 2014-10-24 13:03:09 +11:00
CMakeLists.txt