diff options
| author | 2022-01-25 13:33:06 -0500 | |
|---|---|---|
| committer | 2022-01-25 13:33:09 -0500 | |
| commit | 74f80299b0f6ce445413221e9be5fc2cac5c52f2 (patch) | |
| tree | 5c4aed36fcd0611b6a67316ec31d64f214e2e553 /src | |
| parent | video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl (diff) | |
| download | yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.gz yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.tar.xz yuzu-74f80299b0f6ce445413221e9be5fc2cac5c52f2.zip | |
video_core/macro_jit_x64: Remove unused impl class member
Reduces the size of the impl class a tiny bit.
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: | |||
| 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; |