mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
static analysis: more const
This commit is contained in:
parent
d3c5cc7b13
commit
a8fc3f5f74
18 changed files with 64 additions and 66 deletions
|
|
@ -762,7 +762,7 @@ const u8* KeyVault::GetKlicenseeKey() const
|
|||
return klicensee_key;
|
||||
}
|
||||
|
||||
void rap_to_rif(unsigned char* rap, unsigned char* rif)
|
||||
void rap_to_rif(const unsigned char* rap, unsigned char* rif)
|
||||
{
|
||||
int i;
|
||||
int round;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue