refactor re_mode to function_trace_mode

This commit is contained in:
LittleCube 2024-12-23 23:09:18 -05:00
parent 7e04b95d71
commit da5ec4c824
5 changed files with 9 additions and 9 deletions

View file

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