mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Minor fixups (removed unnecessary code)
This commit is contained in:
parent
a16d8ba3ea
commit
ccb46df905
2 changed files with 1 additions and 4 deletions
|
|
@ -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_x1012: return "ID_x1012";
|
||||
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1024: return "ID_x1024";
|
||||
default: break;
|
||||
}
|
||||
|
||||
return unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue