mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:50:46 -07:00
Implement UHADD8 instruction (#2908)
* Implement UHADD8 instruction along with a test unit * Update PTC revision number
This commit is contained in:
@ -541,6 +541,7 @@ namespace ARMeilleure.Instructions
|
||||
Trap,
|
||||
Tst,
|
||||
Ubfx,
|
||||
Uhadd8,
|
||||
Umaal,
|
||||
Umlal,
|
||||
Umull,
|
||||
|
Reference in New Issue
Block a user