mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
GL: fix wireframe in Catherine (#2660)
This commit is contained in:
parent
9ba0a9189b
commit
9b48074389
1 changed files with 0 additions and 2 deletions
|
@ -283,8 +283,6 @@ void GLGSRender::begin()
|
||||||
|
|
||||||
__glcheck glFrontFace(front_face(rsx::method_registers.front_face_mode()));
|
__glcheck glFrontFace(front_face(rsx::method_registers.front_face_mode()));
|
||||||
|
|
||||||
__glcheck enable(rsx::method_registers.poly_smooth_enabled(), GL_POLYGON_SMOOTH);
|
|
||||||
|
|
||||||
//NV4097_SET_COLOR_KEY_COLOR
|
//NV4097_SET_COLOR_KEY_COLOR
|
||||||
//NV4097_SET_SHADER_CONTROL
|
//NV4097_SET_SHADER_CONTROL
|
||||||
//NV4097_SET_ZMIN_MAX_CONTROL
|
//NV4097_SET_ZMIN_MAX_CONTROL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue