Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Preventing a homebrew from running on PPSSPP
10-13-2013, 02:53 PM (This post was last modified: 10-13-2013 03:03 PM by 240-185.)
Post: #3
RE: Preventing a homebrew from running on PPSSPP
OK, thanks for these suggestions.

UPDATE: In fact, as there is not even a VSH directory, I got a more simple way :

Code:
SceUID check = sceIoDopen("flash0:/vsh/");
if (check < 0)
{
    punishment();
}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Preventing a homebrew from running on PPSSPP - 240-185 - 10-13-2013 02:53 PM

Forum Jump: