CPU: Support printing instruction operands when tracing

This commit is contained in:
Connor McLaughlin
2019-09-30 17:32:58 +10:00
parent 65c9dfa4fd
commit 8b4ec87055
4 changed files with 135 additions and 86 deletions

View File

@ -137,7 +137,7 @@ private:
GTE::Core m_cop2;
};
extern bool TRACE_EXECUTION;
extern u32 TRACE_EXECUTION;
} // namespace CPU