mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Added __forceinline to AlphaTest::TestResult() to make MSVC inline it
This commit is contained in:
@ -921,7 +921,7 @@ union AlphaTest
|
||||
PASS = 2,
|
||||
};
|
||||
|
||||
inline TEST_RESULT TestResult() const
|
||||
__forceinline TEST_RESULT TestResult() const
|
||||
{
|
||||
switch (logic)
|
||||
{
|
||||
|
Reference in New Issue
Block a user