dolphin/Source/UnitTests/Core
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
..
DSP UnitTests: Fix warnings from HermesText 2022-07-26 11:52:31 -07:00
IOS UnitTests: Fix -Wrange-loop-construct warnings 2022-06-03 22:28:17 -07:00
PowerPC UnitTests/MovI2R: Test all logical immediates 2022-07-10 22:17:09 +01:00
CMakeLists.txt UnitTests: Use hermes.s as part of an actual test 2022-06-14 12:22:05 -07:00
CoreTimingTest.cpp Config: Port CPU overclock settings to new config system. 2021-12-25 21:52:50 +01:00
MMIOTest.cpp Fix improper naming 2021-11-24 17:04:30 +01:00
PageFaultTest.cpp UnitTests: Use fmt::print in PageFaultTest 2022-06-14 12:22:05 -07:00