mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 10:41:41 +00:00
rsx: Fix typo. Noted by github user @gamerforEA
This commit is contained in:
parent
6e9392fb45
commit
569e1c2df6
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ namespace rsx
|
||||||
|
|
||||||
void shuffle_tag()
|
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()
|
bool test()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue