diff options
author | bunnei <bunneidev@gmail.com> | 2016-12-22 06:08:09 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-12-22 06:27:49 +0100 |
commit | 8b1e269e5898ad0b6aadabee41fea777f0e62fdc (patch) | |
tree | 74040972517faa02fa84a819c5a39fcad12a8953 /src/core/core.h | |
parent | core: Replace "AppCore" nomenclature with just "CPU". (diff) | |
download | yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar.gz yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar.bz2 yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar.lz yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar.xz yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.tar.zst yuzu-8b1e269e5898ad0b6aadabee41fea777f0e62fdc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/core.h b/src/core/core.h index b0f8df441..1015e8847 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -19,17 +19,6 @@ class AppLoader; namespace Core { -struct ThreadContext { - u32 cpu_registers[13]; - u32 sp; - u32 lr; - u32 pc; - u32 cpsr; - u32 fpu_registers[64]; - u32 fpscr; - u32 fpexc; -}; - class System { public: /** |