rsx: use fragment_textures_count (#1948)

* rsx:  use fragment_textures_count

* Typo: unknow -> unknown
This commit is contained in:
raven02 2016-07-19 22:50:40 +08:00 committed by GitHub
parent ceb4cb59ac
commit e1ff3f4674
17 changed files with 60 additions and 60 deletions

View file

@ -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())
{