Skip to content

Commit

Permalink
Release v1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Aug 28, 2018
1 parent 577fe57 commit 56f06f7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions modules/usbdevice/main.c
Expand Up @@ -18,6 +18,7 @@

#include <psp2kern/kernel/modulemgr.h>
#include <psp2kern/io/fcntl.h>
#include <psp2kern/udcd.h>

#include <stdio.h>
#include <string.h>
Expand Down Expand Up @@ -88,10 +89,8 @@ int module_start(SceSize args, void *argp) {
int module_stop(SceSize args, void *argp) {
if (hooks[2] >= 0)
taiHookReleaseForKernel(hooks[2], ksceIoReadRef);

if (hooks[1] >= 0)
taiHookReleaseForKernel(hooks[1], ksceIoOpenRef);

if (hooks[0] >= 0)
taiInjectReleaseForKernel(hooks[0]);

Expand Down
Binary file modified release/VitaShell.vpk
Binary file not shown.
Binary file modified release/eboot.bin
Binary file not shown.
Binary file modified release/param.sfo
Binary file not shown.
2 changes: 1 addition & 1 deletion release/template.xml
Expand Up @@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.94</str>
<str size="18" color="#ffffff" shadow="on">v1.95</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit 56f06f7

Please sign in to comment.