mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Fix border color (#1548)
This commit is contained in:
committed by
GitHub
parent
8fbd9187f8
commit
c45af9a2ca
@@ -358,8 +358,8 @@ enum class MipFilter : u64 {
|
||||
};
|
||||
|
||||
enum class BorderColor : u64 {
|
||||
OpaqueBlack = 0,
|
||||
TransparentBlack = 1,
|
||||
TransparentBlack = 0,
|
||||
OpaqueBlack = 1,
|
||||
White = 2,
|
||||
Custom = 3,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user