mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
RSX: throw exception removal for user_command() (#1872)
This commit is contained in:
parent
71b21fe793
commit
70885ada67
1 changed files with 0 additions and 4 deletions
|
@ -760,10 +760,6 @@ namespace rsx
|
|||
func(ppu, arg);
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
throw EXCEPTION("User handler not set");
|
||||
}
|
||||
}
|
||||
|
||||
struct __rsx_methods_t
|
||||
|
|
Loading…
Add table
Reference in a new issue