mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
rsx/cellgcm: Implemet initialization registers reset
This commit is contained in:
parent
972de4c730
commit
a8ea576b22
3 changed files with 552 additions and 3 deletions
|
@ -388,9 +388,7 @@ namespace rsx
|
|||
|
||||
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 + 1;
|
||||
reset();
|
||||
method_registers.init();
|
||||
|
||||
if (!zcull_ctrl)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue