mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Typo.
This commit is contained in:
parent
b58320d7dc
commit
dbcee43567
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue