mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-30 22:31:33 -08:00
Merge PR 12271
This commit is contained in:
parent
90e87c40e8
commit
7827ea76a3
@ -28,6 +28,8 @@ Patcher::~Patcher() = default;
|
||||
|
||||
void Patcher::PatchText(const Kernel::PhysicalMemory& program_image,
|
||||
const Kernel::CodeSet::Segment& code) {
|
||||
// Branch to the first instruction of the module.
|
||||
this->BranchToModule(0);
|
||||
|
||||
// Write save context helper function.
|
||||
c.l(m_save_context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user