mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
RSX: throw exception removal for user_command() (#1872)
This commit is contained in:
parent
71b21fe793
commit
70885ada67
|
|
@ -760,10 +760,6 @@ namespace rsx
|
|||
func(ppu, arg);
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
throw EXCEPTION("User handler not set");
|
||||
}
|
||||
}
|
||||
|
||||
struct __rsx_methods_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue