Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | use pc-relative offsets for PIC too | notaz | |
2016-09-30 | drc: fix a mistake from w^x change | notaz | |
Fixes: d148d265 | |||
2016-09-21 | drc: some vita and 3ds support | notaz | |
not tested, mostly just guesswork | |||
2016-09-21 | drc: avoid MAP_FIXED | notaz | |
it's almost never a good idea, it will override some other mapping and make things crash | |||
2016-09-19 | drc: try to support w^x platforms like iOS | notaz | |
untested... | |||
2016-09-19 | drc: remove unnecessary cache flushing | notaz | |
should already be flushed or not matter at this point | |||
2016-09-18 | drc: enable and fix warnings | notaz | |
these were kept for compat with Ari64's code, which is removed, see previous commit messages | |||
2016-09-18 | drc: mark things static | notaz | |
2016-09-18 | drc: strip eol blanks | notaz | |
Because people send patches while using editors that strip blanks and the patch becomes a mess. | |||
2016-09-18 | drc: drop less obvious dead code | notaz | |
2016-09-18 | drc: drop heaps of dead code | notaz | |
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. | |||
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-02-28 | drc: handle any immediate | notaz | |
2015-02-05 | dma: do some madr updates | notaz | |
untested, but makes ff7 behave better with linked lists (dither problem) | |||
2015-01-31 | assem_arm.c: Use ARMv6 instructions if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-03 | mingw build fixes | notaz | |
2014-12-25 | drc: more timing hacks | notaz | |
b6e87b2bc096 broke R-Type sound, try to recover.. also check PE2 | |||
2014-12-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-23 | drc: replace unused reg32 with new reg_sv_flags | notaz | |
2014-12-20 | spu: rework synchronization | notaz | |
2014-12-20 | spu: add a schedule callback | notaz | |
2014-12-06 | psxmem: remove hard requirement for a mapping | notaz | |
not all platforms have 1f800000 free not all mmap implementations use the addr hint.. | |||
2013-12-22 | (iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c. | meancoot | |
2013-06-05 | drc: add a test to catch broken platforms early | notaz | |
2013-04-03 | drc: fix a bug made during UAL conversion | notaz | |
2013-04-02 | drc: handle more calling conventions | notaz | |
2013-04-02 | drc/psx_gpu: handle more calling conventions | notaz | |
2013-04-02 | avoid MAP_FIXED, log mappings | notaz | |
MAP_FIXED overrides existing mappings, we don't want that | |||
2013-04-01 | asm: fix incorrect offsets | notaz | |
2013-04-01 | libretro/ios: enable dynarec, update target names | notaz | |
2013-04-01 | drc: convert linkage_arm to UAL, adjust loads | notaz | |
2013-04-01 | fix clang warnings | notaz | |
2013-04-01 | drc: use print wrapper to output errors | notaz | |
..for platforms without working printf | |||
2013-04-01 | gte_neon: access scratch_buf through drc context | notaz | |
2013-04-01 | drc: rework linkage_arm for better assembler compatibility | notaz | |
2013-03-25 | asm: use a macro for functions | notaz | |
2013-03-25 | Add missing ifdef, move QNX RAM mapping closer to others | CatalystG | |
2013-03-25 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-17 | drc: timing hacks | notaz | |
run tiny loops faster, no store penalty | |||
2013-03-15 | psxmem: handle io mirrors | notaz | |
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I | |||
2013-01-06 | fix irq status | notaz | |
tested on real hardware | |||
2013-01-06 | fully reinit drc on change | notaz | |
2012-12-23 | drc: fix bugs in armv4 codepath | notaz | |
wasn't even passing BIOS because of them.. | |||
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-12-02 | improve ARM feature detection | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | fix ARM build with --disable-dynarec | notaz | |
2012-08-04 | configure: various fixes | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-07-30 | fix various fPIC issues | notaz | |