Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-03 | (CTR/3DS) build fix. | aliaspider | |
2015-10-03 | (CTR/3DS) some performance tweaks: | aliaspider | |
- use linearAlloc for vout_buf. - use svcFlushProcessDataCache to flush only the required range, invalidating icache doesn't seem to be required. | |||
2015-09-29 | (vita) build fix. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
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 | |
2012-07-22 | pcsxmem: abort if lsb is set for map_item | notaz | |
thing's can't possibly work with that. | |||
2012-04-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | drc: inv: fix ram ofset and mirror handling | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-01-14 | drc: allow translation cache in data segment | notaz | |
useful for Android | |||
2012-01-07 | drc: do basic current block modification detection | notaz | |
const writes only.. | |||
2012-01-06 | drc: never read to r0 | notaz | |
r0 can be allocated for a write and program may decide to read to r0 while we have it alloacted, so *_readstub must be ready for it |