[rpcsx-os] shm: stub SceNpTpip for fw 10.50 support

This commit is contained in:
DH 2023-09-03 19:49:15 +03:00
parent a57aa92ace
commit 738a760fbe

View file

@ -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;