aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/new_dynarec.h
AgeCommit message (Collapse)Author
2020-08-04Add header guardsnegativeExponent
2020-05-10More core option fixesnegativeExponent
- This PR fixes core options and moves them to the related dynarec modes where they are implemented. LIGHTREC = relates to platforms that supports the new Lightrec mode NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices - Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled
2016-09-28(new_dynarec) Updatetwinaphex
2014-12-23drc: implement block addr list savingnotaz
should give better experience after savestate load
2011-10-30drc: add some hack optionsnotaz
intended for caanoo/Wiz, some users want to trade glitches for performance boost.
2011-10-10new ability to adjust psx cpu clocknotaz
2011-10-08recompilation-caused frameskip workaroundnotaz
2011-03-01drc: clear dynarec completely on CD image changenotaz
most likely only BIOS can be reused anyway, no need to stress invalidation code needlessly (even if it does it all well).
2010-12-14drc: handle invalidate on clear() calls and resetnotaz
2010-12-14add OMAP layer, also preliminary menu, hud and input supportnotaz
2010-12-05drc: initial cop2/gte implementation (works, mostly)notaz
2010-12-02drc: further hacks, hle handlingnotaz
2010-11-20add unmodified Ari64 drc to track it's changesnotaz