Finished moving N64Recomp from toml11 to tomlplusplus

This commit is contained in:
Mr-Wiseguy 2024-05-15 02:38:41 -04:00
parent 6c0b3015b1
commit a67337c7c3
7 changed files with 263 additions and 202 deletions

View file

@ -113,6 +113,7 @@ namespace RecompPort {
Function(uint32_t vram, uint32_t rom, std::vector<uint32_t> words, std::string name, ELFIO::Elf_Half section_index, bool ignored = false, bool reimplemented = false, bool stubbed = false)
: vram(vram), rom(rom), words(std::move(words)), name(std::move(name)), section_index(section_index), ignored(ignored), reimplemented(reimplemented), stubbed(stubbed) {}
Function() = default;
};
enum class RelocType : uint8_t {