summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-11-15 14:55:00 -0800
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-11-15 15:12:11 -0800
commit62d7166e6a25962e0a204a0a64bd72ec7e70cebd (patch)
tree34ec5df1c83305dcb71622af85dda16fd9841437 /Source/Core/DolphinNoGUI
parent7f25e05b31aa99421f014c04d213dfe932468a8a (diff)
GDBStub: Signal Breakpoint Changes To Host
Diffstat (limited to 'Source/Core/DolphinNoGUI')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 33490265b3..539bbe769f 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -61,6 +61,10 @@ void Host_PPCSymbolsChanged()
{
}
+void Host_PPCBreakpointsChanged()
+{
+}
+
void Host_RefreshDSPDebuggerWindow()
{
}