mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-15 22:13:48 +00: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.