GDBStub: Signal Breakpoint Changes To Host

This commit is contained in:
mitaclaw
2024-11-15 14:55:00 -08:00
parent 7f25e05b31
commit 62d7166e6a
8 changed files with 27 additions and 0 deletions

View File

@ -16,6 +16,9 @@ std::vector<std::string> Host_GetPreferredLocales()
void Host_PPCSymbolsChanged()
{
}
void Host_PPCBreakpointsChanged()
{
}
void Host_RefreshDSPDebuggerWindow()
{
}