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) {