mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-24 05:25:50 +02:00
GSdx-d3d: Add the channel bit to support channel shuffle.
This commit is contained in:
@@ -201,13 +201,16 @@ public:
|
||||
uint32 rt:1;
|
||||
uint32 colclip:2;
|
||||
|
||||
// Others ways to fetch the texture
|
||||
uint32 channel:3;
|
||||
|
||||
// Hack
|
||||
uint32 aout:1;
|
||||
uint32 spritehack:1;
|
||||
uint32 tcoffsethack:1;
|
||||
uint32 point_sampler:1;
|
||||
|
||||
uint32 _free:30;
|
||||
uint32 _free:27;
|
||||
};
|
||||
|
||||
uint64 key;
|
||||
|
||||
Reference in New Issue
Block a user