summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_jit_x64.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2020-06-15 21:28:30 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2020-06-15 21:35:08 +0200
commita6a43a5ae047404ca0b03aa647ed5b17400ca7b6 (patch)
tree58108735f7cd5201588e2cd63e9ebe14a3322c21 /src/video_core/macro/macro_jit_x64.h
parentMerge pull request #4070 from ogniK5377/GetTPCMasks-fix (diff)
downloadyuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar.gz
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar.bz2
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar.lz
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar.xz
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.tar.zst
yuzu-a6a43a5ae047404ca0b03aa647ed5b17400ca7b6.zip
Diffstat (limited to 'src/video_core/macro/macro_jit_x64.h')
-rw-r--r--src/video_core/macro/macro_jit_x64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.h b/src/video_core/macro/macro_jit_x64.h
index 21ee157cf..377368086 100644
--- a/src/video_core/macro/macro_jit_x64.h
+++ b/src/video_core/macro/macro_jit_x64.h
@@ -55,7 +55,6 @@ private:
Xbyak::Reg32 Compile_FetchParameter();
Xbyak::Reg32 Compile_GetRegister(u32 index, Xbyak::Reg32 dst);
- Xbyak::Reg64 Compile_GetRegister(u32 index, Xbyak::Reg64 dst);
void Compile_WriteCarry(Xbyak::Reg64 dst);
void Compile_ProcessResult(Macro::ResultOperation operation, u32 reg);