new vector instructions + fixed stupid FPU bug
This commit is contained in:
@@ -10,7 +10,7 @@ Cop1::Cop1() {
|
||||
|
||||
void Cop1::Reset() {
|
||||
fcr0 = 0;
|
||||
fcr31.raw = 0;
|
||||
fcr31.raw = 0x01000800;
|
||||
memset(fgr, 0, 32 * sizeof(FGR));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user