mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Add SceAvSetting for higher firmware versions (#44)
This commit is contained in:
parent
3d8cc28acd
commit
b145c14b0f
|
|
@ -40,6 +40,9 @@ orbis::ErrorCode ShmDevice::open(orbis::Ref<orbis::File> *file,
|
||||||
} else if (name == "/rpcsx-SceNpPlusLogger") {
|
} else if (name == "/rpcsx-SceNpPlusLogger") {
|
||||||
realFlags |= O_CREAT;
|
realFlags |= O_CREAT;
|
||||||
size = 0x4400;
|
size = 0x4400;
|
||||||
|
} else if (name == "/rpcsx-SceAvSetting") {
|
||||||
|
realFlags |= O_CREAT;
|
||||||
|
size = 0x4400;
|
||||||
} else {
|
} else {
|
||||||
ORBIS_LOG_ERROR("SHM: unknown shared memory", path);
|
ORBIS_LOG_ERROR("SHM: unknown shared memory", path);
|
||||||
thread->where();
|
thread->where();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue