mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-18 17:34:57 +00:00
Implement application of single-instruction patches
This commit is contained in:
parent
9949813018
commit
302dd091c2
4 changed files with 63 additions and 5 deletions
|
@ -72,7 +72,7 @@ namespace RecompPort {
|
|||
struct Function {
|
||||
uint32_t vram;
|
||||
uint32_t rom;
|
||||
const std::span<const uint32_t> words;
|
||||
std::vector<uint32_t> words;
|
||||
std::string name;
|
||||
ELFIO::Elf_Half section_index;
|
||||
bool ignored;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue