dolphin/Source/Core
Pokechu22 f9e1933111 DSPHLE/AX: Set state to WaitingForCmdListSize when switching uCodes
Fixes https://bugs.dolphin-emu.org/issues/13017. With uCode switching, the existing instance of AXUCode is re-activated when GBAUCode is done, but if the state remains as WaitingForNextTask, it won't be able to do anything. Instead, it needs to be in WaitingForCmdListSize.

(When the AX uCode is resumed, startpc is set to 0x0030, at least for 0x07f88145; this is the same location as MAIL_RESUME jumps to, so DSP_RESUME should be sent when the resuming happens; that's already handled by AXUCode::Update.)
2022-08-17 12:05:53 -07:00
..
AudioCommon StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
Common Merge pull request #10953 from JosJuice/aarch64-add-encoding 2022-08-09 18:13:50 -04:00
Core DSPHLE/AX: Set state to WaitingForCmdListSize when switching uCodes 2022-08-17 12:05:53 -07:00
DiscIO DirectoryBlob: Fix partition size mixup for encrypted Wii discs. 2022-08-10 20:43:52 +02:00
DolphinNoGUI Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
DolphinQt Merge pull request #10962 from askew-etc/inc-dec-select-state-hotkeys 2022-08-10 01:41:32 +02:00
DolphinTool Merge pull request #10940 from InvoxiPlayGames/ipc-discord 2022-08-08 08:11:42 +12:00
InputCommon Merge pull request #10889 from shuffle2/spng 2022-07-26 12:53:04 +02:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Merge pull request #10940 from InvoxiPlayGames/ipc-discord 2022-08-08 08:11:42 +12:00
UpdaterCommon cmake: Don't use PCH with Qt6. 2022-05-22 01:19:44 +02:00
VideoBackends MTLUtil: Include TargetConditionals 2022-07-23 17:22:11 -04:00
VideoCommon Merge pull request #10946 from Pokechu22/remove-iLog 2022-08-05 22:42:09 +12:00
WinUpdater replace zlib with zlib-ng 2022-07-24 14:33:37 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #10941 from shuffle2/crypto-cleanup 2022-08-05 12:12:34 +02:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00