From d23da7dbef76a840f34c12579632131c9a62f7e3 Mon Sep 17 00:00:00 2001 From: Yuriy O'Donnell Date: Fri, 17 Oct 2014 21:50:41 +0200 Subject: [PATCH] Added __forceinline to AlphaTest::TestResult() to make MSVC inline it --- Source/Core/VideoCommon/BPMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/BPMemory.h b/Source/Core/VideoCommon/BPMemory.h index 346af479f2..6e5d49e94e 100644 --- a/Source/Core/VideoCommon/BPMemory.h +++ b/Source/Core/VideoCommon/BPMemory.h @@ -921,7 +921,7 @@ union AlphaTest PASS = 2, }; - inline TEST_RESULT TestResult() const + __forceinline TEST_RESULT TestResult() const { switch (logic) {