- Implemented cellRescResetFlipStatus & cellRescGetFlipStatus.

- Renamed gs homebrews.
- Updated AboutDialog.
This commit is contained in:
DH 2013-11-16 03:44:08 +02:00
parent 382ae8a78f
commit baea02901b
9 changed files with 51 additions and 37 deletions

View file

@ -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;