summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-11-29 19:06:45 +0100
committerSubv <subv2112@gmail.com>2015-11-29 19:06:45 +0100
commit1d02eb0587c9434eb32979377f1c92e54fa96f4d (patch)
tree8ea1a1967387aada30038df6aa0a89f9b4f9123e /src/core/core.h
parentMerge pull request #1225 from lioncash/clean (diff)
downloadyuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar.gz
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar.bz2
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar.lz
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar.xz
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.tar.zst
yuzu-1d02eb0587c9434eb32979377f1c92e54fa96f4d.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 278f0f1cc..491230a74 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -18,7 +18,7 @@ struct ThreadContext {
u32 lr;
u32 pc;
u32 cpsr;
- u32 fpu_registers[32];
+ u32 fpu_registers[64];
u32 fpscr;
u32 fpexc;
};