mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
GDBStub: Signal Breakpoint Changes To Host
This commit is contained in:
parent
7f25e05b31
commit
62d7166e6a
8 changed files with 27 additions and 0 deletions
|
@ -271,6 +271,12 @@ void Host_PPCSymbolsChanged()
|
|||
QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->PPCSymbolsChanged(); });
|
||||
}
|
||||
|
||||
void Host_PPCBreakpointsChanged()
|
||||
{
|
||||
QueueOnObject(QApplication::instance(),
|
||||
[] { emit Host::GetInstance()->PPCBreakpointsChanged(); });
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
// In particular, RequestRenderWindowSize, RequestFullscreen, and
|
||||
// UpdateMainFrame should almost certainly be removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue