Function declaration at top needed for another function.
This commit is contained in:
@@ -21,6 +21,9 @@ enum
|
|||||||
CELL_GCM_ERROR_ADDRESS_OVERWRAP = 0x80210005
|
CELL_GCM_ERROR_ADDRESS_OVERWRAP = 0x80210005
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Function declaration
|
||||||
|
int cellGcmSetPrepareFlip(mem_ptr_t<CellGcmContextData> ctxt, u32 id);
|
||||||
|
|
||||||
/*------------------------------------------------------------
|
/*------------------------------------------------------------
|
||||||
Memory Mapping
|
Memory Mapping
|
||||||
------------------------------------------------------------*/
|
------------------------------------------------------------*/
|
||||||
@@ -724,9 +727,9 @@ int32_t cellGcmUnreserveIoMapSize(u32 size)
|
|||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// Cursor
|
// Cursor
|
||||||
//------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
int cellGcmInitCursor()
|
int cellGcmInitCursor()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user