diff options
author | Lioncash <mathew1800@gmail.com> | 2022-01-25 19:33:06 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-01-25 19:33:09 +0100 |
commit | 74f80299b0f6ce445413221e9be5fc2cac5c52f2 (patch) | |
tree | 5c4aed36fcd0611b6a67316ec31d64f214e2e553 /src | |
parent | video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl (diff) | |
download | yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.gz yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.bz2 yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.lz yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.xz yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.zst yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/macro/macro_jit_x64.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.cpp b/src/video_core/macro/macro_jit_x64.cpp index 4b1b8c157..924c9fe5c 100644 --- a/src/video_core/macro/macro_jit_x64.cpp +++ b/src/video_core/macro/macro_jit_x64.cpp @@ -102,7 +102,6 @@ private: bool is_delay_slot{}; u32 pc{}; - std::optional<u32> delayed_pc; const std::vector<u32>& code; Engines::Maxwell3D& maxwell3d; |