mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
amdgpu: additional heuristic for CB extents detection
Found in CUSA00144
This commit is contained in:
parent
f041276b04
commit
8144f835a9
2 changed files with 28 additions and 7 deletions
|
@ -786,6 +786,14 @@ struct Liverpool {
|
|||
CbColor5Base = 0xA363,
|
||||
CbColor6Base = 0xA372,
|
||||
CbColor7Base = 0xA381,
|
||||
CbColor0Cmask = 0xA31F,
|
||||
CbColor1Cmask = 0xA32E,
|
||||
CbColor2Cmask = 0xA33D,
|
||||
CbColor3Cmask = 0xA34C,
|
||||
CbColor4Cmask = 0xA35B,
|
||||
CbColor5Cmask = 0xA36A,
|
||||
CbColor6Cmask = 0xA379,
|
||||
CbColor7Cmask = 0xA388,
|
||||
};
|
||||
|
||||
struct PolygonOffset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue