Browse Source

dfgdfgdfg

pull/3500/head
lizzie 4 weeks ago
parent
commit
814c9dcb4e
  1. 3
      src/core/arm/nce/patcher.h

3
src/core/arm/nce/patcher.h

@ -9,6 +9,7 @@
#include <oaknut/code_block.hpp>
#include <oaknut/oaknut.hpp>
#include "common/logging/log.h"
#include "common/common_types.h"
#include "common/settings.h"
#include "core/hle/kernel/code_set.h"
@ -99,7 +100,7 @@ private:
private:
void BranchToPatch(uintptr_t module_dest) {
LOG_DEBUG(Core_ARM, "LRU cache disabled - direct patch for offset {:#x}", module_dest);
LOG_DEBUG(Core_ARM, "Patch for offset {:#x}", module_dest);
curr_patch->m_branch_to_patch_relocations.push_back({c.offset(), module_dest});
}

Loading…
Cancel
Save