mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Minor change
This commit is contained in:
parent
ebec856a36
commit
33559ca0ea
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ int cellGcmSetTile(u8 index, u8 location, u32 offset, u32 size, u32 pitch, u8 co
|
|||
|
||||
if(comp)
|
||||
{
|
||||
cellGcmSys->Error("cellGcmSetTile: bad comp! (%d)", comp);
|
||||
cellGcmSys->Error("cellGcmSetTile: bad compression mode! (%d)", comp);
|
||||
}
|
||||
|
||||
auto& tile = Emu.GetGSManager().GetRender().m_tiles[index];
|
||||
|
|
Loading…
Add table
Reference in a new issue