dolphin/Source
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
..
Android Android: Force quit app if external storage isn't mounted 2022-08-13 18:59:23 +02:00
Core DSPHLE/AX: Set state to WaitingForCmdListSize when switching uCodes 2022-08-17 12:05:53 -07:00
DSPSpy DSP LLE Recompiler: Fix LOOP and BLOOP when the counter is between 0x8001 and 0xFFFF 2022-06-05 19:34:31 -07:00
DSPTool Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
PCH update min windows sdk to 10.0.22621 2022-06-02 15:53:29 -07:00
UnitTests Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
VSProps msbuild: set PreferredToolArchitecture based on host OS arch 2022-07-30 11:01:47 -07:00
.clang-format Replace Cpp11 (A Deprecated alias for Latest) in .clang-format 2022-06-22 08:57:32 +10:00
CMakeLists.txt Move to C++20 for non-MSVC compilers 2022-07-30 23:35:53 +01:00
dolphin-emu.sln replace libpng with libspng 2022-07-25 18:32:16 -07:00