mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
Implement hardware zcull emulation
rsx/gl: Support s1 immediate values; ogl minor refactoring
This commit is contained in:
parent
7ab1792ef7
commit
fcb7072fee
10 changed files with 628 additions and 103 deletions
|
|
@ -484,7 +484,7 @@ s32 cellGcmSetDisplayBuffer(u8 id, u32 offset, u32 pitch, u32 width, u32 height)
|
|||
m_config->gcm_buffers[id].width = width;
|
||||
m_config->gcm_buffers[id].height = height;
|
||||
|
||||
if (id + 1 > render->display_buffers_count)
|
||||
if (id + 1u > render->display_buffers_count)
|
||||
{
|
||||
render->display_buffers_count = id + 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue