summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeVerifier.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2022-06-26 12:22:03 -0700
committerPokechu22 <Pokechu022@gmail.com>2022-07-26 11:52:31 -0700
commit7a03b1fe164aa069d0e86a4a2b586b46c855e9b5 (patch)
tree0afd24d62c9655a9185a7782b14fe97318192952 /Source/Core/DiscIO/VolumeVerifier.cpp
parent97100290ee7b5e9a2e0b7f83cb49146786cf185c (diff)
UnitTests: Fix warnings from HermesText
Most of these correspond to changes made in devkitPro/libogc@b1b8ecab3af3745c8df0b401abd512bdf5fcc011. The numeric vlaues of ACC0 and ACC1 in Dolphin are different (see b06d38389bddf9fc5962aecbe1b31292a71b80a5, 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.
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
0 files changed, 0 insertions, 0 deletions