dolphin/Source
Ryan Houdek ca04601b14 [AArch64] Fixes the dispatcher
Changes the dispatcher to make sure to we are saving the LR(X30) to the stack. Also makes sure to keep the stack aligned.
AArch64's AAPCS64 mandates the stack to be quad-word aligned.

Fixes the dispatcher from infinite looping due to a downcount check jumping to the dispatcher. This was because checking exceptions and the state
pointer wouldn't reset the global conditional flags. So it would leave the timing/exception, jump to the start of the dispatcher and then jump back
again due to the conditional branch.
2014-12-02 21:08:38 -06:00
..
Android Merge pull request #1625 from unknownbrackets/android-minor 2014-12-01 02:54:31 -05:00
Core [AArch64] Fixes the dispatcher 2014-12-02 21:08:38 -06:00
DSPSpy
DSPTool
PCH
UnitTests Host: Kill off GetRenderWindowSize 2014-11-17 13:44:49 -05:00
VSProps Port dolphin to SFML 2.1 2014-11-25 16:44:38 +00:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00