mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
rsx: Add a default shader address state
This commit is contained in:
parent
d28c0d16f8
commit
b9ad578b00
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,8 @@ namespace rsx
|
||||||
|
|
||||||
on_init_thread();
|
on_init_thread();
|
||||||
|
|
||||||
|
// Special value in initialization, this is not set by a context reset
|
||||||
|
method_registers.registers[NV4097_SET_SHADER_PROGRAM] = (0 << 2) | CELL_GCM_LOCATION_LOCAL;
|
||||||
reset();
|
reset();
|
||||||
|
|
||||||
if (!zcull_ctrl)
|
if (!zcull_ctrl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue