mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-31 05:43:14 +00:00
Read fcr1-30 as 0.
Accidentally broken in 91966824bbb8dc54783d9064ffe8260d81e86dc0.
This commit is contained in:
parent
8effb3e3a7
commit
4aa92ed99e
@ -526,6 +526,7 @@ namespace MIPSInt
|
||||
R(rt) = MIPSState::FCR0_VALUE;
|
||||
} else {
|
||||
WARN_LOG_REPORT(CPU, "ReadFCR: Unexpected reg %d", fs);
|
||||
R(rt) = 0;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user