dolphin/Source/Core
Michael M fcb1eb9d3b dsp_rom: skip bootucode_ax when running from entrypoint
This could cause the first branch of the bootucode procedure, which
takes its parameters from the AX registers, to run during the ROM init
sequence. Since the ROM doesn't set any of the AX registers, the values
aren't meaningful, and can cause bad DMA transfers and crashes.
2017-08-10 10:53:12 -07:00
..
AudioCommon
Common TraversalClient: make FailureReason an enum class 2017-08-08 15:29:56 -07:00
Core dsp_rom: skip bootucode_ax when running from entrypoint 2017-08-10 10:53:12 -07:00
DiscIO
DolphinNoGUI
DolphinQt2 Make DolphinQt2 netplay strings more like in DolphinWX 2017-08-10 15:58:04 +02:00
DolphinWX Make DolphinQt2 netplay strings more like in DolphinWX 2017-08-10 15:58:04 +02:00
InputCommon Merge pull request #5860 from jturcotte/fix-macos-nswitch-axis 2017-08-07 13:44:07 +12:00
UICommon
VideoBackends Remove non-integer IRs 2017-08-08 12:09:50 +02:00
VideoCommon Merge pull request #5744 from JosJuice/remove-non-integer-irs 2017-08-10 17:10:26 +08:00
CMakeLists.txt