mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Added __forceinline to AlphaTest::TestResult() to make MSVC inline it
This commit is contained in:
parent
5fdda135d2
commit
d23da7dbef
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ union AlphaTest
|
||||||
PASS = 2,
|
PASS = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
inline TEST_RESULT TestResult() const
|
__forceinline TEST_RESULT TestResult() const
|
||||||
{
|
{
|
||||||
switch (logic)
|
switch (logic)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue