mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
rsx: Fix vertical windows' clip
This commit is contained in:
parent
b087d79a08
commit
6f901636bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue