diff options
author | Subv <subv2112@gmail.com> | 2015-11-29 19:06:45 +0100 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-11-29 19:06:45 +0100 |
commit | 1d02eb0587c9434eb32979377f1c92e54fa96f4d (patch) | |
tree | 8ea1a1967387aada30038df6aa0a89f9b4f9123e /src/core/core.h | |
parent | Merge pull request #1225 from lioncash/clean (diff) | |
download | yuzu-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.h | 2 |
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; }; |