Implement application of single-instruction patches

This commit is contained in:
Mr-Wiseguy 2023-03-24 20:28:36 -04:00
parent 9949813018
commit 302dd091c2
4 changed files with 63 additions and 5 deletions

View file

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