Initialize the VFPU revision from a PSP-3000 value.
This commit is contained in:
parent
4459b8f483
commit
c9df66a450
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue