new vector instructions + fixed stupid FPU bug

This commit is contained in:
CocoSimone
2023-02-10 03:02:48 +01:00
parent 3786a5fd3b
commit 0954bb23b1
7 changed files with 170 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ Cop1::Cop1() {
void Cop1::Reset() {
fcr0 = 0;
fcr31.raw = 0;
fcr31.raw = 0x01000800;
memset(fgr, 0, 32 * sizeof(FGR));
}