mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 23:00:49 -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.