From: notaz Date: Thu, 27 Jan 2022 22:02:09 +0000 (+0200) Subject: drc: clear dirty flag when deallocating a reg X-Git-Tag: r23~33 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a550c61c2bad6706ecd46003cdb7b43760d02b03;hp=a550c61c2bad6706ecd46003cdb7b43760d02b03;p=pcsx_rearmed.git drc: clear dirty flag when deallocating a reg In later stages it may place special regs like AGEN there, and things like AGEN being marked dirty seemed wrong, although probably harmless as there is no code to writeback AGEN. ---