mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
Minor cellSysutil fix
This commit is contained in:
parent
6029cc40f2
commit
089a6ee07d
@ -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…
x
Reference in New Issue
Block a user