mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Initialize the VFPU revision from a PSP-3000 value.
This commit is contained in:
parent
4459b8f483
commit
c9df66a450
@ -1995,6 +1995,7 @@ void ThreadContext::reset()
|
||||
vfpuCtrl[VFPU_CTRL_DPREFIX] = 0x0; // neutral
|
||||
vfpuCtrl[VFPU_CTRL_CC] = 0x3f;
|
||||
vfpuCtrl[VFPU_CTRL_INF4] = 0;
|
||||
vfpuCtrl[VFPU_CTRL_REV] = 0x7772ceab;
|
||||
vfpuCtrl[VFPU_CTRL_RCX0] = 0x3f800001;
|
||||
vfpuCtrl[VFPU_CTRL_RCX1] = 0x3f800002;
|
||||
vfpuCtrl[VFPU_CTRL_RCX2] = 0x3f800004;
|
||||
|
@ -191,6 +191,7 @@ void MIPSState::Init() {
|
||||
vfpuCtrl[VFPU_CTRL_DPREFIX] = 0;
|
||||
vfpuCtrl[VFPU_CTRL_CC] = 0x3f;
|
||||
vfpuCtrl[VFPU_CTRL_INF4] = 0;
|
||||
vfpuCtrl[VFPU_CTRL_REV] = 0x7772ceab;
|
||||
vfpuCtrl[VFPU_CTRL_RCX0] = 0x3f800001;
|
||||
vfpuCtrl[VFPU_CTRL_RCX1] = 0x3f800002;
|
||||
vfpuCtrl[VFPU_CTRL_RCX2] = 0x3f800004;
|
||||
|
Loading…
Reference in New Issue
Block a user