mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 21:47:57 -05:00
Print backtrace on svcBreak
When we get an svcBreak we get a backtrace now
This commit is contained in:
@ -240,6 +240,11 @@ public:
|
||||
return status == ThreadStatus::WaitSynchAll;
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs the backtrace for the current thread
|
||||
*/
|
||||
void LogBacktrace();
|
||||
|
||||
ThreadContext& GetContext() {
|
||||
return context;
|
||||
}
|
||||
|
Reference in New Issue
Block a user