Some Change in Gui.

This commit is contained in:
Zangetsu38
2015-11-23 00:47:08 +01:00
parent 2c803dbe66
commit 9f17b1e953
20 changed files with 162 additions and 162 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()
{