mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 11:48:51 -05:00
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:
@ -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)();
|
||||
|
||||
|
Reference in New Issue
Block a user