mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
JIT: implement remaining psq_l/st instruction variants
These are used in at least a few popular games, including Super Smash Bros. Brawl.
This commit is contained in:
@ -267,7 +267,8 @@ union UGeckoInstruction
|
||||
// paired single quantized load/store
|
||||
struct
|
||||
{
|
||||
u32 : 7;
|
||||
u32 : 1;
|
||||
u32 SUBOP6 : 6;
|
||||
// Graphics quantization register to use
|
||||
u32 Ix : 3;
|
||||
// 0: paired single, 1: scalar
|
||||
|
Reference in New Issue
Block a user