Skip to content

Commit 42fb056

Browse files
committed
Update VU0microInterp.cpp
1 parent 3246bc9 commit 42fb056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcsx2/VU0microInterp.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ void InterpVU0::Execute(u32 cycles)
294294
cycle_change /= 1.8f;
295295
break;
296296
case 3: // 200%
297-
cycle_change *= 2.0f;
297+
cycle_change /= 0.5f;
298298
break;
299299
case 4: // 300%
300-
cycle_change *= 5.0f;
300+
cycle_change /= 0.1f;
301301
break;
302302
default:
303303
break;

0 commit comments

Comments
 (0)