mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
small improvement (#7288)
* small improvement * comments addressed Co-authored-by: kd-11 <15904127+kd-11@users.noreply.github.com>
This commit is contained in:
parent
adcc3e9c4b
commit
1abdee242a
7 changed files with 5 additions and 9 deletions
|
|
@ -75,7 +75,7 @@ s32 cellSslGetMemoryInfo()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
std::string getCert(const std::string certPath, const int certID, const bool isNormalCert)
|
||||
std::string getCert(const std::string& certPath, const int certID, const bool isNormalCert)
|
||||
{
|
||||
int newID = certID;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue