mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
kernel: sysctl: add AppInfo2
stub camera and devact ioctls stub sys_cpuset reduce log spam thanks ga2mer for investigation
This commit is contained in:
parent
6257c0f76d
commit
20303c903d
9 changed files with 297 additions and 56 deletions
|
|
@ -69,6 +69,7 @@ struct Process final {
|
|||
uint64_t processParamSize = 0;
|
||||
const ProcessOps *ops = nullptr;
|
||||
AppInfo appInfo{};
|
||||
AppInfo2 appInfo2{};
|
||||
AuthInfo authInfo{};
|
||||
kstring cwd;
|
||||
kstring root = "/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue