dolphin/Source/UnitTests
Pokechu22 7a03b1fe16 UnitTests: Fix warnings from HermesText
Most of these correspond to changes made in devkitPro/libogc@b1b8ecab3a.

The numeric vlaues of ACC0 and ACC1 in Dolphin are different (see b06d38389b, though I'm not sure when this difference first appeared). Technically it's not even necessary to list the registers at the start like this anymore, but old programs do it, so it seems useful to have a test that covers it.

The binary itself does not need to be changed; the warnings were simply stating that "although you wrote $ACL0, the generated binary instead is using $ACC0" or similar; by changing the code to use $ACC0 directly the warnings are resolved.
2022-07-26 11:52:31 -07:00
..
Common CPUDetect: improve win/arm64 support 2022-07-25 21:21:11 -07:00
Core UnitTests: Fix warnings from HermesText 2022-07-26 11:52:31 -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