mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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 ?
|
||||
|
||||
funcStat(result, get, set);
|
||||
|
||||
/*
|
||||
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;
|
||||
*/
|
||||
|
||||
// TODO ?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue