mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
* Implement sceKernelIsInSandbox libSceSysmodule uses this to determine if it should use sceKernelGetFsSandboxRandomWord or just hardcode "system" for retrieving modules. Also changes some function types to use our types. * Update OrbisSysModule enum Adds missing values based on library testing. * Clang