mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
Update src/core/loader/nso.cpp
This commit is contained in:
parent
4bedd49376
commit
d88f9e00c9
@ -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…
Reference in New Issue
Block a user