From 695b4c1f06e127c832871f1bdae1a43c20f319b2 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 26 Nov 2017 17:22:39 +0300 Subject: [PATCH] Change sys_usbd_receive_event --- rpcs3/Emu/Cell/lv2/sys_usbd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_usbd.cpp b/rpcs3/Emu/Cell/lv2/sys_usbd.cpp index ae5a0dcdd3..d92432a0ae 100644 --- a/rpcs3/Emu/Cell/lv2/sys_usbd.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_usbd.cpp @@ -193,7 +193,7 @@ s32 sys_usbd_receive_event(ppu_thread& ppu, u32 handle, vm::ptr arg1, vm::p { sys_usbd.todo("sys_usbd_receive_event(handle=%u, arg1=0x%x, arg2=0x%x, arg3=0x%x)", handle, arg1, arg2, arg3); - if (!has_register_extra_ldd) {_sys_ppu_thread_exit(ppu, CELL_OK);} + _sys_ppu_thread_exit(ppu, CELL_OK); // TODO /*if (receive_event_called_count == 0)