mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Minor cellSysutil fix
This commit is contained in:
parent
6029cc40f2
commit
089a6ee07d
1 changed files with 4 additions and 1 deletions
|
@ -709,9 +709,12 @@ int cellHddGameCheck(u32 version, vm::ptr<const char> dirName, u32 errDialog, vm
|
||||||
// TODO ?
|
// TODO ?
|
||||||
|
|
||||||
funcStat(result, get, set);
|
funcStat(result, get, set);
|
||||||
|
|
||||||
|
/*
|
||||||
if (result->result != CELL_HDDGAME_CBRESULT_OK &&
|
if (result->result != CELL_HDDGAME_CBRESULT_OK &&
|
||||||
result->result != CELL_HDDGAME_CBRESULT_OK_CANCEL)
|
result->result != CELL_HDDGAME_CBRESULT_OK_CANCEL) // Error in compiling in MVS. Need to use LE byte order?
|
||||||
return CELL_HDDGAME_ERROR_CBRESULT;
|
return CELL_HDDGAME_ERROR_CBRESULT;
|
||||||
|
*/
|
||||||
|
|
||||||
// TODO ?
|
// TODO ?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue