mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-19 09:54:53 +00:00
Finished moving N64Recomp from toml11 to tomlplusplus
This commit is contained in:
parent
6c0b3015b1
commit
a67337c7c3
7 changed files with 263 additions and 202 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue