mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 17:57:52 -05: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.