dolphin/Source/Core
Lioncash 1ce1304d0f CPU Backends: Make each CPU backend responsible for initializing its own
instruction tables

Previously, all of the internals that handled how the instruction tables
are initialized were exposed externally. However, this can all be made
private to each CPU backend.

If each backend has an Init() function, then this is where the instruction
tables should be initialized, it shouldn't be the responsibility of
external code to ensure internal validity.

This allows for getting rid of all the table initialization shenanigans
within JitInterface and PPCTables.
2017-02-10 13:08:14 -05:00
..
AudioCommon Fix default audio backend on Android being "No audio output" 2017-02-08 21:29:27 +01:00
Common Merge pull request #4839 from leoetlino/better-warnings 2017-02-08 14:00:12 +01:00
Core CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys 2017-02-06 13:55:35 -08:00
DolphinWX Merge pull request #4764 from aldelaro5/crash-fix-inputconfig 2017-02-09 21:50:44 -08:00
InputCommon ControllerEmu: Fix incorrect default radius being set in AnalogStick 2017-02-08 23:08:13 -05:00
UICommon Merge pull request #4839 from leoetlino/better-warnings 2017-02-08 14:00:12 +01:00
VideoBackends Merge pull request #4859 from lioncash/opcodedecoder 2017-02-08 18:12:11 +13:00
VideoCommon Merge pull request #4859 from lioncash/opcodedecoder 2017-02-08 18:12:11 +13:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00