mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
remove m_ for textures
This commit is contained in:
parent
d27f6c8fa7
commit
bf474f0cdb
5 changed files with 49 additions and 49 deletions
|
|
@ -409,7 +409,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
|||
|
||||
case_range(16, NV4097_SET_TEXTURE_CONTROL3, 4);
|
||||
{
|
||||
rsx::texture& tex = m_textures[index];
|
||||
rsx::texture& tex = textures[index];
|
||||
const u32 a0 = ARGS(0);
|
||||
u32 pitch = a0 & 0xFFFFF;
|
||||
u16 depth = a0 >> 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue