aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/assem_arm.h
AgeCommit message (Collapse)Author
2016-09-21drc: some vita and 3ds supportnotaz
not tested, mostly just guesswork
2016-09-19drc: try to support w^x platforms like iOSnotaz
untested...
2016-09-18drc: drop heaps of dead codenotaz
I've kept it around to keep the code similar to Ari64's version, so that it would be easier to merge back his fixes. However Mupen64plus has long reformatted the code and it kind of went different direction anyway, so there is no point to keep all this code now.
2012-12-02improve ARM feature detectionnotaz
2012-07-30fix various fPIC issuesnotaz
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-04-18support emulated RAM mapped at offsetnotaz
Thanks to CatalystG for some initial code and testing.
2012-01-14drc: allow translation cache in data segmentnotaz
useful for Android
2011-10-02yet more random armv5 tweaksnotaz
2011-02-17drc: merge Ari64's patch: 11_reduce_invstub_memory_usagenotaz
2010-12-16drc: use correct RAM sizenotaz
..because some games like to use the mirrors
2010-12-02drc: further hacks, hle handlingnotaz
2010-11-21some drc integration worknotaz
2010-11-20try to make drc more configurablenotaz
and break it more I guess
2010-11-20allow to disable TLBnotaz
2010-11-20add unmodified Ari64 drc to track it's changesnotaz