mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12: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);
|
func(ppu, arg);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
throw EXCEPTION("User handler not set");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct __rsx_methods_t
|
struct __rsx_methods_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue