mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
dyncom: Implement USAD8/USADA8
This commit is contained in:
parent
762f16c4ad
commit
7d322b5c6f
3 changed files with 53 additions and 3 deletions
|
@ -794,6 +794,7 @@ extern u8 ARMul_UnsignedSaturatedAdd8(u8, u8);
|
|||
extern u16 ARMul_UnsignedSaturatedAdd16(u16, u16);
|
||||
extern u8 ARMul_UnsignedSaturatedSub8(u8, u8);
|
||||
extern u16 ARMul_UnsignedSaturatedSub16(u16, u16);
|
||||
extern u8 ARMul_UnsignedAbsoluteDifference(u8, u8);
|
||||
|
||||
#define DIFF_LOG 0
|
||||
#define SAVE_LOG 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue