dolphin/Source
Michael Maltese 2267ddeb17 DSPAssembler: fix handling of P_REG1C
`P_REG1C` had the same value as `P_ACCL`, so was causing spurious errors
when used with ACCM registers. Gcdsptool (which calls this `P_ACCLM`)
gives it the value `P_REG | 0x1c10` instead, and handles errors in the
same block as other REG## enums.
2017-06-03 15:16:39 -07:00
..
Android Merge pull request #5465 from sepalani/gc-bios 2017-05-26 10:23:03 +02:00
Core DSPAssembler: fix handling of P_REG1C 2017-06-03 15:16:39 -07:00
DSPSpy Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPTool upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
PCH upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
UnitTests Merge pull request #5271 from JosJuice/allow-aslr 2017-06-02 21:53:02 -07:00
VSProps enable latest C++ Standard features (/std:c++latest) 2017-05-28 13:37:33 +02:00
.clang-format clang-format: Sort windows.h before other headers 2017-01-23 00:35:09 -08:00
CMakeLists.txt Common: Add a std::optional implementation 2017-06-03 12:36:24 +02:00
dolphin-emu.sln Externals: remove PortAudio 2017-05-27 18:28:57 -07:00