implemented cellGcmsetTexture_BorderColor function

This commit is contained in:
kacek 2014-03-18 01:03:26 +01:00
parent cf4501fe41
commit 4b14c72ed8
3 changed files with 18 additions and 0 deletions

View file

@ -322,6 +322,13 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, mem32_ptr_t& args, const u3
}
break;
case NV4097_SET_TEXTURE_BORDER_COLOR:
{
m_set_texture_border_color = true;
m_border_color=ARGS(0);
break;
}
case NV4097_SET_SURFACE_FORMAT:
{
u32 a0 = ARGS(0);