Some Change in Gui.

This commit is contained in:
Zangetsu38
2015-11-23 00:47:08 +01:00
parent f0f8f50e12
commit 4bdd9f443f
17 changed files with 157 additions and 156 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#include "Emu/System.h"
#include "AutoPause.h"
cfg::bool_entry g_cfg_debug_autopause_syscall(cfg::root.misc, "Auto Pause at System Call");
cfg::bool_entry g_cfg_debug_autopause_func_call(cfg::root.misc, "Auto Pause at Function Call");
cfg::bool_entry g_cfg_debug_autopause_syscall(cfg::root.misc, "Automatically pause at system call");
cfg::bool_entry g_cfg_debug_autopause_func_call(cfg::root.misc, "Automatically pause at function call");
debug::autopause& debug::autopause::get_instance()
{