mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 07:07:04 +02:00
Implement gdbstub
This commit is contained in:
parent
2f6927952f
commit
1d319e5b46
18 changed files with 1174 additions and 9 deletions
|
|
@ -75,6 +75,7 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="action_Use_Hardware_Renderer"/>
|
||||
<addaction name="action_Use_Shader_JIT"/>
|
||||
<addaction name="action_Use_Gdbstub"/>
|
||||
<addaction name="action_Configure"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_View">
|
||||
|
|
@ -170,6 +171,14 @@
|
|||
<string>Use Shader JIT</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Use_Gdbstub">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Gdbstub</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Configure">
|
||||
<property name="text">
|
||||
<string>Configure ...</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue