From 1444492eab1ad51130ba3e1a1294202b49a2814d Mon Sep 17 00:00:00 2001 From: yahfz Date: Sat, 17 Aug 2019 15:28:22 -0300 Subject: [PATCH] lv2: Allow sys_sync_priority_inherit --- rpcs3/Emu/Cell/lv2/sys_mutex.cpp | 2 +- rpcs3/Emu/Cell/lv2/sys_semaphore.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_mutex.cpp b/rpcs3/Emu/Cell/lv2/sys_mutex.cpp index ca3ed83d3c..e83bbc7a6b 100644 --- a/rpcs3/Emu/Cell/lv2/sys_mutex.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_mutex.cpp @@ -28,7 +28,7 @@ error_code sys_mutex_create(ppu_thread& ppu, vm::ptr mutex_id, vm::ptr sem_id, vm::ptrprotocol; if (protocol == SYS_SYNC_PRIORITY_INHERIT) - sys_semaphore.todo("sys_semaphore_create(): SYS_SYNC_PRIORITY_INHERIT"); + sys_semaphore.warning("sys_semaphore_create(): SYS_SYNC_PRIORITY_INHERIT"); if (protocol != SYS_SYNC_FIFO && protocol != SYS_SYNC_PRIORITY && protocol != SYS_SYNC_PRIORITY_INHERIT) {