diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-05 06:26:48 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-05 06:26:48 +0200 |
commit | 174cc9a0ed023ca89420fbc999ed82337cc94b8b (patch) | |
tree | 77880fcb4200aea1921919dc850f1f90897a9657 /src/core/hle/hle.h | |
parent | arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected (diff) | |
download | yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar.gz yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar.bz2 yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar.lz yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar.xz yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.tar.zst yuzu-174cc9a0ed023ca89420fbc999ed82337cc94b8b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/hle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h index 9bc4bfd2c..8a59020c2 100644 --- a/src/core/hle/hle.h +++ b/src/core/hle/hle.h @@ -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)(); |