Author Topic: Detecting SceShell initialization  (Read 4211 times)

teakhanirons

  • Guest
Detecting SceShell initialization
« on: May 18, 2020, 10:39:54 AM »
vshKernelSendSysEvent  -> prints "vshbridge : shell ready", shell is completely loaded (thanks to Princess of Sleeping)
sceAudioOutOpenPort -> audio initialization, shell is not completely loaded (thanks to GrapheneCt)

Attemping to use anything that is not loaded will result in a crash.
Hook to the one you need to detect these events before you use them.
« Last Edit: May 18, 2020, 10:45:16 AM by teakhanirons »