mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
Core/CPUThreadGuard: Fetch System from Guard.
This commit is contained in:
parent
31d33d0efd
commit
3006c23c85
5 changed files with 28 additions and 23 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
|
||||
private:
|
||||
InstructionAttributes GetInstructionAttributes(const TraceOutput& line) const;
|
||||
TraceOutput SaveCurrentInstruction(const Core::CPUThreadGuard* guard) const;
|
||||
TraceOutput SaveCurrentInstruction(const Core::CPUThreadGuard& guard) const;
|
||||
HitType TraceLogic(const TraceOutput& current_instr, bool first_hit = false);
|
||||
|
||||
bool m_recording = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue