mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-16 16:21:02 +00:00
Minor fixups (removed unnecessary code)
This commit is contained in:
parent
a16d8ba3ea
commit
ccb46df905
@ -157,7 +157,6 @@ void fmt_class_string<CellSysutilParamId>::format(std::string& out, u64 arg)
|
|||||||
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1011: return "ID_x1011";
|
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1011: return "ID_x1011";
|
||||||
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1012: return "ID_x1012";
|
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1012: return "ID_x1012";
|
||||||
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1024: return "ID_x1024";
|
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1024: return "ID_x1024";
|
||||||
default: break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return unknown;
|
return unknown;
|
||||||
|
@ -433,9 +433,7 @@ error_code _sys_prx_start_module(ppu_thread& ppu, u32 id, u64 flags, vm::ptr<sys
|
|||||||
return CELL_PRX_ERROR_ERROR;
|
return CELL_PRX_ERROR_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
pOpt->entry.set(prx->start ? prx->start.addr() : ~0ull);
|
break;
|
||||||
pOpt->entry2.set(prx->prologue ? prx->prologue.addr() : ~0ull);
|
|
||||||
return CELL_OK;
|
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user