mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +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
|
||||
};
|
||||
|
||||
// Function declaration
|
||||
int cellGcmSetPrepareFlip(mem_ptr_t<CellGcmContextData> ctxt, u32 id);
|
||||
|
||||
/*------------------------------------------------------------
|
||||
Memory Mapping
|
||||
------------------------------------------------------------*/
|
||||
|
@ -724,9 +727,9 @@ int32_t cellGcmUnreserveIoMapSize(u32 size)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
//----------------------------------------------------------------------------
|
||||
// Cursor
|
||||
//------------------------------------------------------------------------
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
int cellGcmInitCursor()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue