mirror of https://github.com/PCSX2/pcsx2.git
IPU: Reset threshold on IPU reset.
This commit is contained in:
parent
9a542bcb20
commit
f1e80c466d
|
@ -317,6 +317,8 @@ void ipuSoftReset()
|
|||
memzero(g_BP);
|
||||
|
||||
coded_block_pattern = 0;
|
||||
g_ipu_thresh[0] = 0;
|
||||
g_ipu_thresh[1] = 0;
|
||||
|
||||
ipuRegs.ctrl.reset();
|
||||
ipuRegs.top = 0;
|
||||
|
|
Loading…
Reference in New Issue