From 90b3e1ede1040fd37a4d4959f2f125b726fa1b37 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Sat, 13 Oct 2018 15:24:36 +0000 Subject: [PATCH] FuckPSSE.c edited online with Bitbucket --- Native/FuckPSSE.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Native/FuckPSSE.c b/Native/FuckPSSE.c index ec5fb8a..bbd540e 100644 --- a/Native/FuckPSSE.c +++ b/Native/FuckPSSE.c @@ -97,14 +97,6 @@ char *pss_crypto_read_p(PSM_handle *handle, int ctx) { return 0; } -int pss_io_open_p(int arg1, int arg2, int arg3) { - sceClibPrintf("[FuckPSSE] Before Run: pss_io_open() %x %x %x \n",arg1,arg2,arg3); - int ret; - ret = TAI_CONTINUE(int, OpenHook_ref, arg1, arg2, arg3); - sceClibPrintf("[FuckPSSE] After Run pss_io_open() %x %x %x ret: %x\n",arg1,arg2,arg3 ,ret); - return ret; -} - SceUID sceKernelLoadStartModule_p(char *path, SceSize args, void *argp, int flags, SceKernelLMOption *option, int *status) {