mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Regresion fix : restore point size functionality
This commit is contained in:
parent
f7c0c6fd34
commit
5007d62e27
3 changed files with 14 additions and 2 deletions
|
@ -1149,7 +1149,9 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, mem32_ptr_t& args, const u3
|
|||
// Point
|
||||
case NV4097_SET_POINT_SIZE:
|
||||
{
|
||||
// Done in Vertex Shader
|
||||
m_set_point_size = true;
|
||||
const u32 a0 = ARGS(0);
|
||||
m_point_size = (float&)a0;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue