You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.10.0] - 2024-04-22
Added
Add PSP's ALLEGREX instruction set support.
The global regNames.r4000AllegrexVfpuControlNamedRegisters option controls
if named registers should be used for the VFPU control registers of the R4000
ALLEGREX.
Utils.floatRepr_32From16 function.
Converts a half float to a single precision float.
Both the argument and the return value correspond to their hex
representation instead of an actual float.
Changed
Cleanups in tests code.
Fixed
Fix typo on C++ bindings.
The registers getters of the R5900 instruction class was checking for the
wrong operands.