mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00: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…
x
Reference in New Issue
Block a user