mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
rsx: use fragment_textures_count (#1948)
* rsx: use fragment_textures_count * Typo: unknow -> unknown
This commit is contained in:
parent
ceb4cb59ac
commit
e1ff3f4674
17 changed files with 60 additions and 60 deletions
|
|
@ -821,7 +821,7 @@ void RSXDebugger::GetTexture()
|
|||
|
||||
m_list_texture->DeleteAllItems();
|
||||
|
||||
for(uint i=0; i<rsx::limits::textures_count; ++i)
|
||||
for(uint i=0; i<rsx::limits::fragment_textures_count; ++i)
|
||||
{
|
||||
/* if(render->textures[i].enabled())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue