mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-09 15:05:36 +00:00
Actual bug fix
This commit is contained in:
parent
cd17ddaa0b
commit
da44e58160
|
@ -1570,7 +1570,7 @@ namespace BC7C
|
||||||
CompressBC7Block((const uint32 *)in, out);
|
CompressBC7Block((const uint32 *)in, out);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(TestAndSet(cjl.GetFinishedFlag(jobIdx)) != 0) {
|
if(TestAndSet(cjl.GetFinishedFlag(jobIdx)) == 0) {
|
||||||
cjl.m_CurrentJobIndex++;
|
cjl.m_CurrentJobIndex++;
|
||||||
cjl.m_CurrentBlockIndex = 0;
|
cjl.m_CurrentBlockIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue