early-access version 4009

This commit is contained in:
pineappleEA 2023-12-06 16:34:23 +01:00
parent 5cbafe3cfe
commit 6de9c0b85c
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 4008.
This is the source code for early-access 4009.
## Legal Notice

View File

@ -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);