08-17-2012, 01:12 PM
The probrem is not work.Not "very slow"
(08-17-2012, 12:47 PM)hyakki Wrote: Disabling it causes the emulator to run in interpreter mode, very slow, you should never need to disable that option.
dynarec is the recompiler converts psp instructions to pc instructions on the fly, usually very efficiently it might recognize a sequence of instructions and rewrite them more efficiently for the pc to understand ..etc
Where interpreter has no shortcuts it's probably more accurate but will be slow.
You can take a look at compiler.xml to get a better idea what dynarec does.