dolphin/Source/Core
Lioncash b7301bee29 DSP: Replace x64 JIT pointer with a pointer to an architecture-agnostic base
This adds a base class that is used to replace the concrete instance of
the x64 JIT pointer within DSPCore. This fully removes the direct use
(read: non-ifdefed) usage of x86-64-specifics within the main DSP code.

Said base can also be used for creating JITs for other architectures,
such as AArch64, etc.
2018-06-21 05:20:22 -04:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Common/MemoryPatches: Silence variable shadowing warnings 2018-06-19 21:33:50 -04:00
Core DSP: Replace x64 JIT pointer with a pointer to an architecture-agnostic base 2018-06-21 05:20:22 -04:00
DiscIO ChunkFile: Remove unnecessary includes 2018-06-09 16:49:59 -04:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Merge pull request #7143 from lioncash/bt-helper 2018-06-21 10:00:28 +02:00
DolphinWX Merge pull request #7143 from lioncash/bt-helper 2018-06-21 10:00:28 +02:00
InputCommon Merge pull request #7062 from robopilot99/master 2018-06-08 14:04:03 +02:00
UICommon Merge pull request #7137 from lioncash/copy 2018-06-19 22:57:29 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Software: Don't link against X11 libraries 2018-06-21 01:47:37 -04:00
VideoCommon Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaks 2018-06-21 10:19:47 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00