mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 21:03:18 +00:00
Fix border color (#1548)
This commit is contained in:
parent
8fbd9187f8
commit
c45af9a2ca
2 changed files with 4 additions and 4 deletions
|
@ -358,8 +358,8 @@ enum class MipFilter : u64 {
|
|||
};
|
||||
|
||||
enum class BorderColor : u64 {
|
||||
OpaqueBlack = 0,
|
||||
TransparentBlack = 1,
|
||||
TransparentBlack = 0,
|
||||
OpaqueBlack = 1,
|
||||
White = 2,
|
||||
Custom = 3,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue