mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-07 00:29:20 +00:00
Compilation fix 6
This commit is contained in:
parent
fdc8479635
commit
77458e5795
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ int cellGameDataCheckCreate2(u32 version, const mem_list_ptr_t<u8> dirName, u32
|
||||||
cellGame->Error("cellGameDataCheckCreate2(): TODO: writing PARAM.SFO parameters (addr=0x%x)", cbSet->setParam.GetAddr());
|
cellGame->Error("cellGameDataCheckCreate2(): TODO: writing PARAM.SFO parameters (addr=0x%x)", cbSet->setParam.GetAddr());
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (cbResult->result)
|
switch ((s32)cbResult->result)
|
||||||
{
|
{
|
||||||
case CELL_GAMEDATA_CBRESULT_OK_CANCEL:
|
case CELL_GAMEDATA_CBRESULT_OK_CANCEL:
|
||||||
// TODO: do not process game data
|
// TODO: do not process game data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue