Skip to content

Commit

Permalink
Fixed acmgr syscall args
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess-of-Sleeping committed Feb 23, 2022
1 parent f5b4868 commit 92e260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/psp2/sblacmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extern "C" {
#endif

int _sceSblACMgrIsGameProgram(void);
SceInt32 sceSblACMgrIsGameProgram(SceBool *result);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 92e260e

Please sign in to comment.