adjust trace mode to use a general TRACE_ENTRY() macro

This commit is contained in:
LittleCube 2024-12-24 00:32:45 -05:00
parent da5ec4c824
commit f2e58c106d
5 changed files with 11 additions and 15 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 function_trace_mode;
bool 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);