mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Compile fixes for Windows-on-ARM64
This commit is contained in:
@ -379,7 +379,7 @@ void VertexLoaderARM64::GenerateVertexLoader()
|
||||
bool has_tc_scale = false;
|
||||
for (int i = 0; i < 8; i++)
|
||||
{
|
||||
has_tc |= tc[i];
|
||||
has_tc |= tc[i] != 0;
|
||||
has_tc_scale |= !!m_VtxAttr.texCoord[i].Frac;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user