Browse Source

forcepush

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

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

@ -44,6 +44,7 @@ enum class PatchMode : u32 {
Split, ///< Patch sections are inserted before .text and after .data Split, ///< Patch sections are inserted before .text and after .data
}; };
using ModuleTextAddress = u64; using ModuleTextAddress = u64;
using PatchTextAddress = u64; using PatchTextAddress = u64;
using EntryTrampolines = ankerl::unordered_dense::map<ModuleTextAddress, PatchTextAddress>; using EntryTrampolines = ankerl::unordered_dense::map<ModuleTextAddress, PatchTextAddress>;

Loading…
Cancel
Save