summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-25 19:33:06 +0100
committerLioncash <mathew1800@gmail.com>2022-01-25 19:33:09 +0100
commit74f80299b0f6ce445413221e9be5fc2cac5c52f2 (patch)
tree5c4aed36fcd0611b6a67316ec31d64f214e2e553
parentvideo_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl (diff)
downloadyuzu-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
-rw-r--r--src/video_core/macro/macro_jit_x64.cpp1
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;