diff options
Diffstat (limited to 'src/video_core/macro')
| -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: | |||
| 102 | 102 | ||
| 103 | bool is_delay_slot{}; | 103 | bool is_delay_slot{}; |
| 104 | u32 pc{}; | 104 | u32 pc{}; |
| 105 | std::optional<u32> delayed_pc; | ||
| 106 | 105 | ||
| 107 | const std::vector<u32>& code; | 106 | const std::vector<u32>& code; |
| 108 | Engines::Maxwell3D& maxwell3d; | 107 | Engines::Maxwell3D& maxwell3d; |