dolphin/Source/Core
John Chadwick 390ec6977c Increase AsmCommon code space to fix crashes on Linux systems.
Revision b058bbd was causing the AsmCommon routines to overrun the code
buffer allocated for it. According to Fiora, it happens only on Linux
because of the fact that Linux has more caller-save registers than other
platforms.
2015-01-17 01:36:45 -05:00
..
AudioCommon Merge pull request #1847 from adamdmoss/openal-floatfix 2015-01-10 12:16:05 +11:00
Common MemoryUtil: mention Valgrind in mmap error message 2015-01-12 02:22:05 +01:00
Core Increase AsmCommon code space to fix crashes on Linux systems. 2015-01-17 01:36:45 -05:00
DiscIO Merge pull request #1796 from Stevoisiak/cacheRevisionNote 2015-01-13 08:36:50 +13:00
DolphinQt Merge pull request #1688 from waddlesplash/dolphin-qt 2015-01-14 13:56:37 -06:00
DolphinWX Merge pull request #1880 from Shadoxfix/master 2015-01-15 14:08:38 +11:00
InputCommon SDL haptic: minor style change based on review feedback 2015-01-13 16:00:35 +00:00
UICommon Added GameCube Adapter support. 2014-12-10 20:45:45 +11:00
VideoBackends Merge pull request #1872 from degasus/texcache 2015-01-13 22:45:49 +01:00
VideoCommon Merge pull request #1872 from degasus/texcache 2015-01-13 22:45:49 +01:00
CMakeLists.txt