mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-12-02 18:55:54 -08: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.