ftrc fix - revert back to nulldc defaults

This commit is contained in:
twinaphex 2016-05-13 14:44:53 +02:00
parent 0a1689cb40
commit b606593774
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ sh4op(i1111_nnnn_0011_1101)
if (fpscr.PR == 0)
{
u32 n = GetN(op);
fpul = (u32)(s32)fr[n];
fpul = (u32)(s32)min(fr[n],(float)0x7FFFFFBF);
if (fpul==0x80000000) //this is actually a x86-specific fix. I think ARM saturates
{