hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)

This commit is contained in:
bunnei 2014-06-05 00:26:48 -04:00
parent 6cdad8390c
commit 174cc9a0ed
3 changed files with 7 additions and 1 deletions

View file

@ -16,6 +16,8 @@
namespace HLE {
extern bool g_reschedule; ///< If true, immediately reschedules the CPU to a new thread
typedef u32 Addr;
typedef void (*Func)();