IPU: Reset threshold on IPU reset.

This commit is contained in:
Goatman13 2023-01-30 13:34:26 +01:00 committed by refractionpcsx2
parent 9a542bcb20
commit f1e80c466d
1 changed files with 2 additions and 0 deletions

View File

@ -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;