drc: always use physical block addresses
authornotaz <notasas@gmail.com>
Sun, 23 Oct 2011 23:37:35 +0000 (02:37 +0300)
committernotaz <notasas@gmail.com>
Sun, 30 Oct 2011 21:48:08 +0000 (23:48 +0200)
commitd25604ca7b315121ec12f00d042ee87e4a0f3ecb
tree2aab1623a1cf5dbb2a8795c095e5ff46e2db858c
parent59fb0bb456b51f5385a2e0b8b4cd8c043595b15d
drc: always use physical block addresses

there is no reason to use virtual addressing, things can't be remapped
on PSX as there is no MMU anyway. Fixes somewhat related invalidation
bug along the way.
libpcsxcore/new_dynarec/new_dynarec.c