mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 21:37:53 -05:00
Moved backtrace to ArmInterface
This commit is contained in:
@ -240,11 +240,6 @@ 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