Skip to content

Commit

Permalink
Merge pull request #235 from joel16/master
Browse files Browse the repository at this point in the history
sceRegMgrGetKeyBin already defined in VITASDK
  • Loading branch information
TheOfficialFloW authored May 14, 2017
2 parents 516d3bf + e5b4680 commit 98f7ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions main.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <psp2/power.h>
#include <psp2/promoterutil.h>
#include <psp2/rtc.h>
#include <psp2/registrymgr.h>
#include <psp2/shellutil.h>
#include <psp2/sysmodule.h>
#include <psp2/system_param.h>
Expand Down
1 change: 0 additions & 1 deletion refresh.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ int isCustomHomebrew() {
return 1;
}

int sceRegMgrGetKeyBin(const char *category, const char *name, void *buf, int size);
int _sceNpDrmGetRifName(char *rif_name, int flags, uint64_t aid);
int _sceNpDrmGetFixedRifName(char *rif_name, int flags, uint64_t aid);

Expand Down

0 comments on commit 98f7ba3

Please sign in to comment.