mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
- Implemented cellRescResetFlipStatus & cellRescGetFlipStatus.
- Renamed gs homebrews. - Updated AboutDialog.
This commit is contained in:
parent
382ae8a78f
commit
baea02901b
9 changed files with 51 additions and 37 deletions
|
@ -156,7 +156,7 @@ int cellGcmAddressToOffset(u32 address, u32 offset_addr)
|
|||
|
||||
int cellGcmSetDisplayBuffer(u32 id, u32 offset, u32 pitch, u32 width, u32 height)
|
||||
{
|
||||
cellGcmSys.Warning("cellGcmSetDisplayBuffer(id=0x%x,offset=0x%x,pitch=%d,width=%d,height=%d)",
|
||||
cellGcmSys.Log("cellGcmSetDisplayBuffer(id=0x%x,offset=0x%x,pitch=%d,width=%d,height=%d)",
|
||||
id, offset, width ? pitch/width : pitch, width, height);
|
||||
if(id > 7) return CELL_EINVAL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue