mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:17:51 -05:00
core/debugger: Improved stepping mechanism and misc fixes
This commit is contained in:
@ -35,11 +35,6 @@ public:
|
||||
*/
|
||||
bool NotifyThreadStopped(Kernel::KThread* thread);
|
||||
|
||||
/**
|
||||
* Returns whether a step is in progress.
|
||||
*/
|
||||
bool IsStepping() const;
|
||||
|
||||
private:
|
||||
std::unique_ptr<DebuggerImpl> impl;
|
||||
};
|
||||
|
Reference in New Issue
Block a user