1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-16 11:07:58 -05:00

Implement gdbstub

This commit is contained in:
polaris-
2015-09-02 08:56:38 -04:00
parent addef06081
commit 31dee93e84
18 changed files with 1174 additions and 9 deletions

View File

@@ -99,6 +99,7 @@ private slots:
void OnConfigure();
void OnDisplayTitleBars(bool);
void SetHardwareRendererEnabled(bool);
void SetGdbstubEnabled(bool);
void SetShaderJITEnabled(bool);
void ToggleWindowMode();