Next Generation Emulation banner

Recompilation defines

1.3K views 10 replies 6 participants last post by  refraction  
#1 ·
Hi,

in the latest versions of pcsx2 the recompilation switches inside iR5900.h don't work anymore. While I know how much is difficult to maintain both interpreter and recompiler and dynamic switching between them, those switches were quite useful to debug the recompiler, especially when you have an old and unsupported cpu.
Are there plans to make those switches work again?
Is the interpreter still maintained? (it was supposed to be more compatible than recompiler)
Thanks in advance.

-kekko
 
#3 ·
Thanks for the quick reply.
Well, I made that statement because of the errors I got when building pcsx2 with some of the defines commented; moreover there's still a comment here which states that the defines "might not work anymore" so I thought that even making it build the executable obtained may not be reliable.
Anyway, thanks for clearing it up.
 
#5 ·
One last question. Is it possible that even if I disable all recompilers there's still some machine-specific code here and there? If yes, there will be the ability to disable all cpu specific code? I had troubles in the past in finding out some bugs that occurred on my old athlon xp chip.