summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-04-21 02:47:26 +0200
committerbunnei <bunneidev@gmail.com>2015-04-21 02:47:26 +0200
commit4dbe358a713f4681e2926cc2023624580d892d79 (patch)
treefded294e2ca1076f9bdb52d6085b1fc620e17840 /src/core/core.h
parentMerge pull request #704 from citra-emu/archshift-patch-1 (diff)
parentdyncom: Remove more unused/unnecessary code (diff)
downloadyuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar.gz
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar.bz2
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar.lz
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar.xz
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.tar.zst
yuzu-4dbe358a713f4681e2926cc2023624580d892d79.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 5e132cb5a..278f0f1cc 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -21,9 +21,6 @@ struct ThreadContext {
u32 fpu_registers[32];
u32 fpscr;
u32 fpexc;
-
- // These are not part of native ThreadContext, but needed by emu
- u32 mode;
};
extern ARM_Interface* g_app_core; ///< ARM11 application core