From 0ed9f0b5f733f03bbb4d5daeecc8ce9256cf8f82 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Fri, 19 Mar 2021 01:20:59 -0500 Subject: [PATCH] Update X86.h Fixed typo and removed a space --- Source/RSP/X86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RSP/X86.h b/Source/RSP/X86.h index 62d5664f2..093af2f46 100644 --- a/Source/RSP/X86.h +++ b/Source/RSP/X86.h @@ -224,7 +224,7 @@ void SseMoveRegToReg ( int Dest, int Source ); void SseXorRegToReg ( int Dest, int Source ); #pragma warning(push) -#pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union +#pragma warning(disable : 4201) // Non-standard extension used: nameless struct/union typedef union { struct {