mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
Moved backtrace to ArmInterface
Added to both dynarmic and unicorn
This commit is contained in:
parent
a305208a35
commit
3324bc7da5
6 changed files with 39 additions and 14 deletions
|
@ -141,6 +141,8 @@ public:
|
|||
|
||||
/// Prepare core for thread reschedule (if needed to correctly handle state)
|
||||
virtual void PrepareReschedule() = 0;
|
||||
|
||||
virtual void LogBacktrace() = 0;
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue