dolphin/Source/Core
Lioncash 10d73988e7 DSPCore: Convert DSP stack register enum into an enum class
Makes it more self-documenting which stack is being loaded or stored to,
as C, D, and magic numbers are extremely vague. It also enforces a
strongly-typed API instead of accepting arbitrary integral values.

It also adds the two other missing stack register names -- loop address
and loop counter.
2017-01-28 09:17:27 -05:00
..
AudioCommon cmake: Change endif(.*) to endif() 2017-01-25 15:07:32 +01:00
Common Jit64: Enable branch following. 2017-01-28 02:48:56 +01:00
Core DSPCore: Convert DSP stack register enum into an enum class 2017-01-28 09:17:27 -05:00
DiscIO Merge pull request #4746 from JosJuice/volumedirectory-sort-case-insensitive 2017-01-27 18:23:14 +13:00
DolphinQt2 CMake: use CMAKE_OSX_DEPLOYMENT_TARGET 2017-01-24 01:27:41 -08:00
DolphinWX cmake: Change endforeach(.*) to endforeach() 2017-01-25 15:07:32 +01:00
InputCommon Merge pull request #4726 from ligfx/addingwindowsheaders 2017-01-24 13:47:36 +13:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
VideoCommon Merge pull request #4770 from degasus/fifo 2017-01-28 06:43:23 -05:00
CMakeLists.txt