dolphin/Source/UnitTests
Pokechu22 75ff89e8c7 UnitTests: Edit wait_for_dsp_mail in HermesText to match HermesBinary
I don't know what happened here, unfortunately.  The version of dsp_mixer.s added to libogc on Nov 14, 2008 in c76d8b851f uses andcf and jlz here, and the version we have matches the one from Feb 5, 2009 in ae5c3a5fb5 exactly (prior to the fixes in my previous commit).  I can't see any reason why wait_for_dsp_mail would be changed like this.

ANDCF and ANDF were previously swapped and JNE/JEQ/JZR/JNZ became JNZ/JZ/JLNZ/JLZ on Apr 3, 2009 in 7c4e654253, corresponding to a change Hermes made on Nov 10, 2008 in 2cea6d99ad. But these predate the test being added.

The only other information I can find is that ASNDLIB 1.0 released on November 11, 2008, at https://web.archive.org/web/20120326145022/http://www.entuwii.net/foro/viewtopic.php?f=6&t=87 (but there aren't any surviving links from there).
2022-06-14 12:22:06 -07:00
..
Common msvc: disable optimizations for x64EmitterTest.cpp 2022-04-27 15:06:04 -07:00
Core UnitTests: Edit wait_for_dsp_mail in HermesText to match HermesBinary 2022-06-14 12:22:06 -07:00
VideoCommon Rename CP and XF normal component count enums and update their descriptions 2022-05-18 14:43:14 -07:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
StubHost.cpp Core: Add GBA host interface 2021-07-13 16:42:49 +02:00
UnitTests.vcxproj UnitTests: Use hermes.s as part of an actual test 2022-06-14 12:22:05 -07:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00