mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 21:37:58 -05:00
Address some review comments
This commit is contained in:
@ -472,10 +472,6 @@ public:
|
||||
return m_post_handlers;
|
||||
}
|
||||
|
||||
KernelCore& GetKernel() noexcept {
|
||||
return m_kernel;
|
||||
}
|
||||
|
||||
public:
|
||||
// Attempts to insert a watchpoint into a free slot. Returns false if none are available.
|
||||
bool InsertWatchpoint(KProcessAddress addr, u64 size, DebugWatchpointType type);
|
||||
|
Reference in New Issue
Block a user