mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
remove DS_MAX - DS_MIN
This commit is contained in:
parent
0d145f4f20
commit
c1569c7358
1 changed files with 0 additions and 2 deletions
|
@ -178,8 +178,6 @@ public:
|
|||
void DS_SWIZZLE_B32(const GcnInst& inst);
|
||||
void DS_READ(int bit_size, bool is_signed, bool is_pair, const GcnInst& inst);
|
||||
void DS_WRITE(int bit_size, bool is_signed, bool is_pair, const GcnInst& inst);
|
||||
void DS_MAX(int bit_size, const GcnInst& inst);
|
||||
void DS_MIN(int bit_size, const GcnInst& inst);
|
||||
void V_READFIRSTLANE_B32(const GcnInst& inst);
|
||||
void S_BARRIER();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue