mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-05 17:03:45 -04:00
Update src/core/loader/nso.cpp
This commit is contained in:
parent
4bedd49376
commit
d88f9e00c9
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ void ApplyPaperMarioTTYDWorkaround(const Kernel::KProcess& process, std::string_
|
|||
}
|
||||
|
||||
std::copy(kNop.begin(), kNop.end(), image.begin() + trap_offset);
|
||||
LOG_WARNING(Loader, "Applied Paper Mario TTYD boot workaround for {:016X} at nnSdk+{:#x}",
|
||||
LOG_WARNING(Loader, "Applied Paper Mario TTYD crash workaround for {:016X} at nnSdk+{:#x}",
|
||||
process.GetProgramId(), PaperMarioTTYDTrapOffset);
|
||||
}
|
||||
} // Anonymous namespace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue