Commit Graph

399 Commits

Author SHA1 Message Date
Yoshi Sugawara 0b73fbaa1a support for iOS arm64 build 2017-10-02 15:57:25 -10:00
twinaphex c31b3e857c Better error handling 2017-01-24 18:24:03 +01:00
Twinaphex e87b0278d9 Merge pull request #34 from GregorR/libretro-git-version
Report git version with library_version
2016-12-10 00:42:50 +01:00
Gregor Richards 415b5ba67b Report git version with library_version 2016-12-09 18:42:12 -05:00
Francisco José García García 4d860aeb3d Merge pull request #33 from frangarcj/master
Remove RW_INIT
2016-10-04 13:21:32 +01:00
Francisco José García García a20e1c9d3a Remove RW_INIT 2016-10-04 14:20:51 +02:00
Francisco José García García 285dc11249 Merge pull request #32 from frangarcj/master
(VITA) Dynarec changes
2016-10-04 09:18:14 +01:00
Francisco José García García adcf1c6f73 (VITA) Dynarec changes 2016-10-04 07:32:54 +00:00
Francisco José García García 57998622ac Merge pull request #31 from frangarcj/master
(VITA) Dynarec working
2016-10-03 19:21:32 +01:00
Francisco José García García 6bfb7e1b47 (VITA) Dynarec working 2016-10-03 20:19:11 +02:00
Twinaphex 8fc1be1840 Merge pull request #30 from frangarcj/master
(VITA) Change libco and some optimizations
2016-09-29 01:39:22 +02:00
Francisco José García García 24cbebe2de (VITA) Change libco and some optimizations 2016-09-29 01:03:33 +02:00
twinaphex e700ad7875 Update Makefile 2016-09-07 09:32:02 +02:00
Andrés 38007a82f2 Remove this hack
It makes it impossible to use remapping
2016-08-26 09:03:59 -05:00
twinaphex 7313c9cd61 Fix build issues 2016-08-15 03:48:39 +02:00
Twinaphex 08e3423a8c Merge pull request #28 from frangarcj/master
VITA WIP
2016-08-15 02:55:59 +02:00
Francisco José García García d4e60565d5 (VITA) Fix free block 2016-08-14 19:30:54 +02:00
Francisco José García García 5051773104 (VITA) Set thumb mode 2016-08-14 18:30:14 +02:00
Francisco José García García a142424823 (VITA) New libco 2016-08-14 18:28:57 +02:00
Francisco José García García 44b63e7d28 (VITA) Dynarec WIP 2016-08-14 18:28:25 +02:00
Twinaphex a1254324c7 Merge pull request #27 from frangarcj/master
(VITA) Continue WIP - Fix Block for VM alignment
2016-08-08 15:54:35 +02:00
Francisco José García García 177abe6a22 (VITA) Continue WIP - Fix Block for VM alignment 2016-08-08 13:13:22 +02:00
Twinaphex beeee745ab Merge pull request #26 from frangarcj/master
(VITA) Dynarec WIP
2016-08-08 00:53:54 +02:00
Francisco José García García 6ab0992ecf (VITA) Dynarec WIP 2016-08-08 00:31:21 +02:00
twinaphex 70fff8152f (Vita) Try to enable dynarec 2016-08-07 16:34:34 +02:00
Twinaphex c11bdbce99 Merge pull request #24 from vanfanel/master
Removed redundant CFLAG and added Rpi3 platform
2016-05-26 02:19:40 +02:00
vanfanel 9dbea7573e Removed redundant CFLAG and added Rpi3 platform 2016-05-24 17:52:00 +02:00
twinaphex 7a5380ca84 Add gcw0 target 2016-03-04 06:37:04 +01:00
Twinaphex 5c11ca16d6 Merge pull request #20 from vanfanel/master
Add rpi 2 and rpi 1 platform definitions
2016-03-02 02:18:40 +01:00
vanfanel 31f9969be1 Add rpi 2 and rpi 1 platform definitions 2016-02-27 04:29:26 +01:00
aliaspider 4b00c74784 (3DS) remove the now unused libkhax. 2016-01-18 01:00:56 +01:00
Twinaphex 04d4ce80b8 Merge pull request #18 from LodanZark/patch-1
Update input.h
2015-12-23 14:41:43 +01:00
LodanZark d5075185ef Update input.h
Extra L and R keys useful for certain games (specially fighting ones)
2015-12-23 13:00:28 +00:00
aliaspider f1d14fbe7c (3ds) dynarec: map the translation caches to specific addresses at
runtime, increases compatibility with loaders that can reloacate each
program section seperately.
move the svc enabling functions to the frontend.
2015-11-04 15:46:27 +01:00
aliaspider 6b8417143a (vita) build fix 2015-10-24 19:48:54 +01:00
aliaspider 4047ea9869 (CTR/3DS) build fix for ctrulib/great-refactor 2015-10-21 16:37:13 +01:00
aliaspider 67ed544c01 (ctr/3ds) better detection of cia builds. 2015-10-20 23:17:20 +01:00
twinaphex 98d327daa5 Add iOS 9 rules 2015-10-16 03:04:06 +02:00
aliaspider a93bb43bc8 (ctr/3ds) fix handle leak. 2015-09-27 14:47:06 +01:00
Twinaphex cfc1a3391d Merge pull request #14 from fr500/master
add input descriptors
2015-09-27 13:43:13 +02:00
radius 7c4c6baa5e add input descriptors 2015-09-26 22:35:31 -05:00
aliaspider 65ff54ff4e fix sram not saving on some platforms. 2015-09-20 23:42:37 +01:00
aliaspider 0c72336d44 (CTR/3DS) using a heap allocator with a size determined at runtime can
remove the static memory limitation, no need to use the smaller dynarec
buffer size.
2015-09-20 22:14:36 +01:00
aliaspider c52e81510f (CTR/3DS) fix the 'all' target not being the default target. 2015-09-14 04:04:25 +01:00
aliaspider c1d061e204 (3DS) add dynarec support when started from a .cia install
use libkhax for ninjhax 1.0
2015-09-11 22:02:04 +01:00
twinaphex a99c3552a4 (Vita) Add Vita target 2015-08-31 21:50:44 +02:00
twinaphex 317f395b49 (OSX) Lower requirements to 10.1 2015-08-01 23:19:59 +02:00
twinaphex 5e55f00fd1 Cleanups 2015-07-30 03:07:03 +02:00
twinaphex dd86f4df9a Add MSB_FIRST ifdefs 2015-07-30 03:01:40 +02:00
twinaphex 4036107852 Prevent bunch of warnings 2015-07-26 04:44:17 +02:00