mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Minor fixes
This commit is contained in:
parent
e32c49c12c
commit
df6607e236
52 changed files with 309 additions and 282 deletions
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <thread>
|
||||
|
||||
namespace vm { using namespace ps3; }
|
||||
|
||||
logs::channel sys_process("sys_process", logs::level::notice);
|
||||
|
||||
u32 g_ps3_sdk_version;
|
||||
|
|
@ -49,14 +51,11 @@ s32 sys_process_exit(s32 status)
|
|||
{
|
||||
sys_process.warning("sys_process_exit(status=0x%x)", status);
|
||||
|
||||
LV2_LOCK;
|
||||
|
||||
CHECK_EMU_STATUS;
|
||||
|
||||
sys_process.success("Process finished");
|
||||
|
||||
Emu.CallAfter([]()
|
||||
{
|
||||
sys_process.success("Process finished");
|
||||
Emu.Stop();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue