mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-03-03 16:18:12 +00:00
[orbis-kernel] Use hack open for osem like for evf
This commit is contained in:
parent
29086ea7cd
commit
c320bf629e
@ -372,6 +372,8 @@ orbis::SysResult orbis::sys_osem_open(Thread *thread,
|
||||
|
||||
auto sem = thread->tproc->context->findSemaphore(_name);
|
||||
if (sem == nullptr) {
|
||||
// FIXME: hack :)
|
||||
return sys_osem_create(thread, name, kSemaAttrShared, 0, 10000);
|
||||
return ErrorCode::SRCH;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user