mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-06 18:53:16 +00:00
Fix stencil buffer not being used (#464)
This commit is contained in:
parent
63938ba8dd
commit
1c898d0842
3 changed files with 15 additions and 6 deletions
|
@ -452,7 +452,7 @@ struct Liverpool {
|
|||
BitField<11, 1, u32> enable_polygon_offset_front;
|
||||
BitField<12, 1, u32> enable_polygon_offset_back;
|
||||
BitField<13, 1, u32> enable_polygon_offset_para;
|
||||
BitField<13, 1, u32> enable_window_offset;
|
||||
BitField<16, 1, u32> enable_window_offset;
|
||||
BitField<19, 1, ProvokingVtxLast> provoking_vtx_last;
|
||||
|
||||
PolygonMode PolyMode() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue