mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 17:49:45 +00:00
Function declaration at top needed for another function.
This commit is contained in:
parent
eab81deb27
commit
b571f14fe4
1 changed files with 5 additions and 2 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue