dolphin/Source
Pokechu22 00a5f99b6b DSPSpy: Fix incomplete result dumps
The current code expects new mail almost immediately after the last map was sent for it to be saved properly. However, I have a test program that ends up looping for 32768 iterations before it sends more mail; this resulted in an incomplete result dump. I've changed it to wait a frame between checking for mail, which solves that issue. This does slow down dumping, but the end speed matches the speed at which the UI updates the registers so this isn't a big deal (the UI waits a frame between mail normally). (Theoretically, it could take even longer for dumping to finish, so this is not a perfect solution. However, for tests that take that long to run, it would be better to save the existing results instead of re-running the test and saving that; that'd be something to do with later improvements.)
2022-06-01 21:55:56 -07:00
..
Android android: downgrade AGP to 7.0.4 2022-05-29 01:18:05 -07:00
Core Merge pull request #10668 from Dentomologist/convert_pointerwrap_mode_to_enum_class 2022-05-29 00:57:43 +01:00
DSPSpy DSPSpy: Fix incomplete result dumps 2022-06-01 21:55:56 -07:00
DSPTool msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
PCH cmake: fix PCH to work with msvc/ninja 2022-05-22 00:29:47 +02:00
UnitTests Rename CP and XF normal component count enums and update their descriptions 2022-05-18 14:43:14 -07:00
VSProps Merge pull request #10559 from shuffle2/qt6 2022-05-08 01:29:46 -04:00
.clang-format
CMakeLists.txt cmake: Add a few missing settings from the Visual Studio project files on MSVC. 2022-05-22 00:29:48 +02:00
dolphin-emu.sln use fmt as static library instead of headers 2022-04-26 16:32:29 -07:00