Add more vfpu_*, move tables to assets

This commit is contained in:
fp64
2023-03-10 05:41:12 -05:00
parent ba9234d1c4
commit 02500a05b7
22 changed files with 476 additions and 46818 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ bool CPU_Init(std::string *errorString) {
// likely to collide with any commercial ones.
g_CoreParameter.compat.Load(g_paramSFO.GetDiscID());
InitVFPUSinCos();
InitVFPU();
if (allowPlugins)
HLEPlugins::Init();