Add recompiler for Xenia PPC tests.

This commit is contained in:
Skyth
2024-09-21 21:47:34 +03:00
parent 79354a9a52
commit 4d6eac1c24
11 changed files with 344 additions and 24 deletions

View File

@@ -80,7 +80,7 @@ Image ElfLoadImage(const uint8_t* data, size_t size)
for (size_t i = 0; i < numSections; i++)
{
const auto& section = sections[i];
if (section.sh_type == 0 || section.sh_addr == 0)
if (section.sh_type == 0)
{
continue;
}