From 5ff2908075a16e5deb7975dc851141fe4f650eef Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Wed, 10 Aug 2022 17:05:47 +1000 Subject: [PATCH] msvc shutsup --- Source/Core/Core/HW/SI/SI_DeviceBaseboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/HW/SI/SI_DeviceBaseboard.cpp b/Source/Core/Core/HW/SI/SI_DeviceBaseboard.cpp index 47c0fb4d958d..9ed61ebfb129 100644 --- a/Source/Core/Core/HW/SI/SI_DeviceBaseboard.cpp +++ b/Source/Core/Core/HW/SI/SI_DeviceBaseboard.cpp @@ -45,7 +45,7 @@ int CSIDevice_Baseboard::RunBuffer(u8* buffer, int request_length) int resp = 0; int real_len = buffer[1]; - int p = 2; + //int p = 2; msvc shut up static int d10_1 = 0xfe;