rsx: Fix vertical windows' clip
This commit is contained in:
@@ -595,7 +595,7 @@ namespace rsx
|
|||||||
|
|
||||||
u32 window_clip_vertical() const
|
u32 window_clip_vertical() const
|
||||||
{
|
{
|
||||||
return registers[NV4097_SET_WINDOW_CLIP_HORIZONTAL];
|
return registers[NV4097_SET_WINDOW_CLIP_VERTICAL];
|
||||||
}
|
}
|
||||||
|
|
||||||
bool depth_test_enabled() const
|
bool depth_test_enabled() const
|
||||||
|
|||||||
Reference in New Issue
Block a user