[UI] Host breakpoint shortcut (pauses WinDbg)

This commit is contained in:
Triang3l
2019-04-17 16:40:35 +03:00
parent ab4d344fb0
commit 63e135590c
2 changed files with 13 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ class EmulatorWindow {
void CpuTimeScalarSetHalf();
void CpuTimeScalarSetDouble();
void CpuBreakIntoDebugger();
void CpuBreakIntoHostDebugger();
void GpuTraceFrame();
void GpuClearCaches();
void ShowHelpWebsite();