drc: fix CCREG loading
authornotaz <notasas@gmail.com>
Sun, 28 Nov 2021 21:08:57 +0000 (23:08 +0200)
committernotaz <notasas@gmail.com>
Sun, 28 Nov 2021 23:33:54 +0000 (01:33 +0200)
commit9a3ccfeb31dad024ab5c249c870866570414b2ba
tree1286fa002530191dbca9e5a50cb9d5fb24de92f2
parent4b1c7cd1dd8da0be729bae21df9243a9fa33157b
drc: fix CCREG loading

CCREG was always manually loaded by *jump_assemble and few other
places, however when I added more CCREG allocs I expected loading
to be handled automatically, but turns out it wasn't.
libpcsxcore/new_dynarec/new_dynarec.c