mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 22:33:15 +00:00
adjust trace mode to use a general TRACE_ENTRY() macro
This commit is contained in:
parent
da5ec4c824
commit
f2e58c106d
5 changed files with 11 additions and 15 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 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue