mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 22:33:15 +00:00
refactor re_mode to function_trace_mode
This commit is contained in:
parent
7e04b95d71
commit
da5ec4c824
5 changed files with 9 additions and 9 deletions
|
@ -217,7 +217,7 @@ namespace N64Recomp {
|
|||
std::vector<EventSymbol> event_symbols;
|
||||
|
||||
// Causes functions to print their name to the console the first time they're called.
|
||||
bool re_mode;
|
||||
bool function_trace_mode;
|
||||
|
||||
// Imports sections and function symbols from a provided context into this context's reference sections and reference functions.
|
||||
bool import_reference_context(const Context& reference_context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue