Skip to content

Commit 3cd3925

Browse files
LiEnbyyne
authored andcommitted
Update pss.h (#356)
Update pss.h
1 parent 2922741 commit 3cd3925

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

include/psp2/pss.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@
1212
#ifdef __cplusplus
1313
extern "C" {
1414
#endif
15-
15+
16+
typedef struct ScePssCryptoHandle {
17+
uint32_t unk0;
18+
uint32_t unk1;
19+
SceSize size;
20+
uint32_t unk3;
21+
} ScePssCryptoHandle;
22+
23+
int pss_crypto_open_p(ScePssCryptoHandle *handle, char *path);
24+
char *pss_crypto_read_p(ScePssCryptoHandle *handle, int *mode);
1625
void *pss_code_mem_alloc(SceSize *);
1726
void pss_code_mem_flush_icache(const void *, SceSize);
1827
void pss_code_mem_lock(void);

0 commit comments

Comments
 (0)