mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove unused value.
This commit is contained in:
parent
6bf1390603
commit
fa61deae3d
1 changed files with 0 additions and 1 deletions
|
@ -768,7 +768,6 @@ namespace MIPSInt
|
|||
// conversion between 8-bit and 16-bit values. But then why not do it in vc2i?
|
||||
{
|
||||
u32 value = s[0];
|
||||
u32 value2 = value / 2;
|
||||
for (int i = 0; i < 4; i++) {
|
||||
d[i] = (u32)((value & 0xFF) * 0x01010101) >> 1;
|
||||
value >>= 8;
|
||||
|
|
Loading…
Add table
Reference in a new issue