dolphin/Source/Core
Ryan Houdek bb39ba1f3a [AArch64] Banish slowmem operations to farcode.
This improves performance pretty much across the board for games.
The increase in performance is mainly from removing some code from the main JIT blocks of code (pushing and popping millions of registers) and
throwing them in farcode where it doesn't pollute the icache.
2015-08-12 13:57:09 -05:00
..
AudioCommon Don't busy wait in the audio thread (ALSA) 2015-08-11 03:54:54 +02:00
Common Add support for a CodeBlock holding a child. 2015-08-12 12:57:06 -05:00
Core [AArch64] Banish slowmem operations to farcode. 2015-08-12 13:57:09 -05:00
DiscIO Remove unnecessary virtual keywords 2015-07-30 10:33:08 -04:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Merge pull request #2807 from aserna3/master 2015-08-09 07:55:37 +02:00
InputCommon Fix building with PCH disabled. 2015-08-04 12:59:34 -05:00
UICommon UICommon: Fix a leak/bug in Disassembler retrieval 2015-08-04 14:28:32 -04:00
VideoBackends Specified the type of AA in OGL AA settings 2015-08-09 09:59:20 -07:00
VideoCommon DriverDetails: Disable GL_ARB_copy_image on mesa. 2015-08-06 19:41:36 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00