Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | Merge pull request #31 from frangarcj/master | Francisco José García García | |
(VITA) Dynarec working | |||
2016-10-03 | (VITA) Dynarec working | Francisco José García García | |
2016-09-29 | Merge pull request #30 from frangarcj/master | Twinaphex | |
(VITA) Change libco and some optimizations | |||
2016-09-29 | (VITA) Change libco and some optimizations | Francisco José García García | |
2016-09-07 | Update Makefile | twinaphex | |
2016-08-26 | Remove this hack | Andrés | |
It makes it impossible to use remapping | |||
2016-08-15 | Fix build issues | twinaphex | |
2016-08-15 | Merge pull request #28 from frangarcj/master | Twinaphex | |
VITA WIP | |||
2016-08-14 | (VITA) Fix free block | Francisco José García García | |
2016-08-14 | (VITA) Set thumb mode | Francisco José García García | |
2016-08-14 | (VITA) New libco | Francisco José García García | |
2016-08-14 | (VITA) Dynarec WIP | Francisco José García García | |
2016-08-08 | Merge pull request #27 from frangarcj/master | Twinaphex | |
(VITA) Continue WIP - Fix Block for VM alignment | |||
2016-08-08 | (VITA) Continue WIP - Fix Block for VM alignment | Francisco José García García | |
2016-08-08 | Merge pull request #26 from frangarcj/master | Twinaphex | |
(VITA) Dynarec WIP | |||
2016-08-08 | (VITA) Dynarec WIP | Francisco José García García | |
2016-08-07 | (Vita) Try to enable dynarec | twinaphex | |
2016-05-26 | Merge pull request #24 from vanfanel/master | Twinaphex | |
Removed redundant CFLAG and added Rpi3 platform | |||
2016-05-24 | Removed redundant CFLAG and added Rpi3 platform | vanfanel | |
2016-03-04 | Add gcw0 target | twinaphex | |
2016-03-02 | Merge pull request #20 from vanfanel/master | Twinaphex | |
Add rpi 2 and rpi 1 platform definitions | |||
2016-02-27 | Add rpi 2 and rpi 1 platform definitions | vanfanel | |
2016-01-18 | (3DS) remove the now unused libkhax. | aliaspider | |
2015-12-23 | Merge pull request #18 from LodanZark/patch-1 | Twinaphex | |
Update input.h | |||
2015-12-23 | Update input.h | LodanZark | |
Extra L and R keys useful for certain games (specially fighting ones) | |||
2015-11-04 | (3ds) dynarec: map the translation caches to specific addresses at | aliaspider | |
runtime, increases compatibility with loaders that can reloacate each program section seperately. move the svc enabling functions to the frontend. | |||
2015-10-24 | (vita) build fix | aliaspider | |
2015-10-21 | (CTR/3DS) build fix for ctrulib/great-refactor | aliaspider | |
2015-10-20 | (ctr/3ds) better detection of cia builds. | aliaspider | |
2015-10-16 | Add iOS 9 rules | twinaphex | |
2015-09-27 | (ctr/3ds) fix handle leak. | aliaspider | |
2015-09-27 | Merge pull request #14 from fr500/master | Twinaphex | |
add input descriptors | |||
2015-09-26 | add input descriptors | radius | |
2015-09-20 | fix sram not saving on some platforms. | aliaspider | |
2015-09-20 | (CTR/3DS) using a heap allocator with a size determined at runtime can | aliaspider | |
remove the static memory limitation, no need to use the smaller dynarec buffer size. | |||
2015-09-14 | (CTR/3DS) fix the 'all' target not being the default target. | aliaspider | |
2015-09-11 | (3DS) add dynarec support when started from a .cia install | aliaspider | |
use libkhax for ninjhax 1.0 | |||
2015-08-31 | (Vita) Add Vita target | twinaphex | |
2015-08-01 | (OSX) Lower requirements to 10.1 | twinaphex | |
2015-07-30 | Cleanups | twinaphex | |
2015-07-30 | Add MSB_FIRST ifdefs | twinaphex | |
2015-07-26 | Prevent bunch of warnings | twinaphex | |
2015-07-20 | Get rid of warning flag which is a backwards compatibility hazard | neville | |
2015-04-16 | (CTR/3DS) reduce the size of the preallocated memory used by the dynamic | aliaspider | |
recompiler. | |||
2015-04-13 | allocate gba_screen_pixels on the heap. | aliaspider | |
use linearMemAlign for the 3DS target. | |||
2015-04-08 | (3DS) enable dynarec support, works only with ninjahax. | aliaspider | |
2015-04-06 | show the gbaover details for the current gamepak only. | aliaspider | |
2015-04-06 | force libco to compile with release CFLAGS | aliaspider | |
-O0 breaks it on some platforms. | |||
2015-04-06 | add a ctr(3ds) target. no dynarec for now. | aliaspider | |
2015-03-14 | Merge pull request #13 from sergiobenrocha2/master | Twinaphex | |
[ARM] Enable dynarec, works at least in rpi. |