mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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