mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
[rpcsx-os] shm: stub SceNpTpip for fw 10.50 support
This commit is contained in:
parent
a57aa92ace
commit
738a760fbe
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ orbis::ErrorCode ShmDevice::open(orbis::Ref<orbis::File> *file,
|
|||
// TODO
|
||||
realFlags |= O_CREAT;
|
||||
size = 0x4000;
|
||||
} else if (name == "/rpcsx-SceNpTpip") {
|
||||
// TODO
|
||||
realFlags |= O_CREAT;
|
||||
size = 0x4000;
|
||||
} else if (name == "/rpcsx-SceNpPlusLogger") {
|
||||
realFlags |= O_CREAT;
|
||||
size = 0x4400;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue