This commit is contained in:
YoshiRulz 2021-04-08 15:29:21 +10:00
parent d32f7344ae
commit e25121bb79
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ namespace BizHawk.Client.Common
// output[i + 1] = source[i + 2];
// output[i + 2] = source[i + 1];
byte temp = pSource[i];
pSource[i] = source[i + 3];
pSource[i] = pSource[i + 3];
pSource[i + 3] = temp;
temp = pSource[i + 1];