mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Typo.
This commit is contained in:
parent
b58320d7dc
commit
dbcee43567
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
inline static u8 Convert4To8(u8 v)
|
||||
{
|
||||
// Swizzle bits: 00012345 -> 12345123
|
||||
// Swizzle bits: 00001234 -> 12341234
|
||||
return (v << 4) | (v);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue