dynarmic: Better interrupts

This commit is contained in:
merry 2022-04-03 16:29:05 +01:00
parent 51a8dd4919
commit f8b8af47ad
7 changed files with 28 additions and 23 deletions

View file

@ -171,6 +171,9 @@ public:
/// Prepare core for thread reschedule (if needed to correctly handle state)
virtual void PrepareReschedule() = 0;
/// Signal an interrupt and ask the core to halt as soon as possible.
virtual void SignalInterrupt() = 0;
struct BacktraceEntry {
std::string module;
u64 address;