mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-30 06:04:03 -07:00
Add HSET2_IMM. Due to the complexity of the encoding avoid using BitField unions and read the relevant bits from the code itself. This is less error prone.