mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Compile fixes for Windows-on-ARM64
This commit is contained in:
parent
6fcb1c6c46
commit
d744c5a148
13 changed files with 115 additions and 64 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue