mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-20 06:53:11 +00:00
Update src/core/loader/nso.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user