From f8fd636eac288bf8627fde047af452ca15326945 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Wed, 4 Nov 2020 20:59:29 +0100 Subject: [PATCH] gsdx-sw: Comment out not used variables, will fix a few warnings. GSDrawScanlineCodeGenerator.x64.avx ->_rz_r14, _rz_r15 --- .../GSdx/Renderers/SW/GSDrawScanlineCodeGenerator.x64.avx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/Renderers/SW/GSDrawScanlineCodeGenerator.x64.avx.cpp b/plugins/GSdx/Renderers/SW/GSDrawScanlineCodeGenerator.x64.avx.cpp index 458d8244f7..b17615c0e5 100644 --- a/plugins/GSdx/Renderers/SW/GSDrawScanlineCodeGenerator.x64.avx.cpp +++ b/plugins/GSdx/Renderers/SW/GSDrawScanlineCodeGenerator.x64.avx.cpp @@ -55,8 +55,8 @@ static const int _rz_rbx = -8 * 1; static const int _rz_r12 = -8 * 2; static const int _rz_r13 = -8 * 3; -static const int _rz_r14 = -8 * 4; -static const int _rz_r15 = -8 * 5; +//static const int _rz_r14 = -8 * 4; +//static const int _rz_r15 = -8 * 5; static const int _rz_top = -8 * 6; static const int _rz_zs = -8 * 8; static const int _rz_zd = -8 * 10;