Mercurial > audlegacy-plugins
changeset 2958:6d8892d78ded
Make delayed execution work, should fix FFX sets.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 15 Oct 2008 15:25:08 -0500 |
parents | 77f8f7f1b0d8 |
children | 95d7d8546e7b |
files | src/psf2/psx.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/psf2/psx.c Wed Oct 15 15:11:34 2008 -0500 +++ b/src/psf2/psx.c Wed Oct 15 15:25:08 2008 -0500 @@ -410,7 +410,6 @@ mipscpu.op = cpu_readop32( mipscpu.pc ); -#if 0 while (mipscpu.prevpc == mipscpu.pc) { psx_hw_runcounters(); @@ -425,7 +424,6 @@ { mipscpu.prevpc = mipscpu.pc; } -#endif #if 0 if (1) //psxcpu_verbose) {