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 Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
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 Filesystem: Declare FileInfo iterator's move constructor and assignment operator noexcept 2017-08-05 12:29:02 -04:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
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 Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
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 Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00