rsx: Fix typo. Noted by github user @gamerforEA

This commit is contained in:
kd-11
2020-02-26 19:15:40 +03:00
committed by kd-11
parent 6e9392fb45
commit 569e1c2df6
+1 -1
View File
@@ -384,7 +384,7 @@ namespace rsx
void shuffle_tag()
{
memory_tag_samples[0].second = memory_tag_samples[0].second;
memory_tag_samples[0].second = ~memory_tag_samples[0].second;
}
bool test()