Core: Switch to double precision VFPU sin/cos.
This commit is contained in:
parent
ad9ad0f70b
commit
cb8745bca8
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ bool CPU_Init() {
|
|||
// likely to collide with any commercial ones.
|
||||
coreParameter.compat.Load(g_paramSFO.GetDiscID());
|
||||
|
||||
InitVFPUSinCos(coreParameter.compat.flags().DoublePrecisionSinCos);
|
||||
InitVFPUSinCos(true);
|
||||
|
||||
if (allowPlugins)
|
||||
HLEPlugins::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue