dolphin/Source/Core
Tillmann Karras 7a6a5e2791 VertexLoaderX64: generate PIC
Address static memory relative to a base register, analog to what we're
doing with PPCSTATE in the CPU JIT. This allows executable memory for
the vertex loader JIT to be allocated anywhere, not just within 2 GiB of
static data.

Fixes issue 8180.
2015-06-03 02:27:37 +02:00
..
AudioCommon AudioCommon: Remove lock on Pause state 2015-05-28 19:58:18 +02:00
Common Merge pull request #2470 from degasus/syncgpu 2015-06-02 20:19:00 -04:00
Core Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
DiscIO Merge pull request #1556 from comex/project-moration 2015-06-02 18:38:19 -04:00
DolphinQt Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
DolphinWX Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
InputCommon Pass strings by const reference where possible 2015-05-28 20:54:55 -04:00
UICommon Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
VideoBackends Merge pull request #1556 from comex/project-moration 2015-06-02 18:38:19 -04:00
VideoCommon VertexLoaderX64: generate PIC 2015-06-03 02:27:37 +02:00
CMakeLists.txt