mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
rsx: dont silently ignore null shader address
This commit is contained in:
parent
7c4693e271
commit
efbd77deb4
7 changed files with 19 additions and 40 deletions
|
@ -461,6 +461,8 @@ namespace rsx
|
|||
if (!(rsx::method_registers.current_draw_clause.first_count_commands.empty() &&
|
||||
rsx::method_registers.current_draw_clause.inline_vertex_array.empty()))
|
||||
{
|
||||
verify("Null shader address!" HERE), (method_registers.shader_program_address());
|
||||
|
||||
rsxthr->end();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue