mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
Typo.
This commit is contained in:
parent
b58320d7dc
commit
dbcee43567
@ -64,7 +64,7 @@ public:
|
|||||||
|
|
||||||
inline static u8 Convert4To8(u8 v)
|
inline static u8 Convert4To8(u8 v)
|
||||||
{
|
{
|
||||||
// Swizzle bits: 00012345 -> 12345123
|
// Swizzle bits: 00001234 -> 12341234
|
||||||
return (v << 4) | (v);
|
return (v << 4) | (v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user