Commit Graph

336 Commits

Author SHA1 Message Date
bmaupin 3df169d3e8 Add manual frame skipping 2020-02-28 13:23:56 -05:00
bmaupin 59c4f7f5c7 Fix periodic ram_translation_cache crashes 2020-02-27 13:52:59 -05:00
Twinaphex 4d6846b4b7
Merge pull request #61 from negativeExponent/fix_flash64
Fix flash 64K games not saving
2019-12-14 19:09:36 +01:00
Twinaphex c45c6c3cf2
Merge pull request #60 from fjtrujy/feature/PSPSupport
Port gpsp to PSP for RetroArch
2019-11-23 17:43:52 +01:00
Francisco Javier Trujillo Mata e040afd35d Make PSP version to render the image it-self instead of using RetroArch 2019-11-23 17:34:35 +01:00
negativeExponent ba5d66e0bc Fix flash 64K games not saving (Fix https://github.com/libretro/gpsp/issues/59) 2019-11-15 21:49:44 +08:00
Francisco José García García 5afe4c2a39 [VITA] Fixes bug causing dynarec stuttering 2019-11-09 13:54:30 +01:00
Twinaphex 3f17223e1a
Merge pull request #57 from bmaupin/small-fixes
Small fixes
2019-10-24 20:10:52 +02:00
bmaupin f1109b1df4 Use OPTIMIZE for compiling libco too
In case it needs to be debugged
2019-10-24 13:23:28 -04:00
bmaupin e78375df8e Ignore .so files 2019-10-24 13:23:27 -04:00
hizzlekizzle a6d35e0165
Merge pull request #56 from bmaupin/enable-psp-dynarec
Reenable dynarec for PSP
2019-10-22 15:19:04 -05:00
bmaupin a60de42f3a Get dynarec working again for PSP 2019-10-20 14:58:51 -04:00
bmaupin 89e55e9902 Reenable native file IO on PSP 2019-10-03 13:53:34 -04:00
bmaupin 32eb4538c1 Ignore .a files 2019-10-03 13:53:34 -04:00
bmaupin 2e13ee1cfc Fix compiler warning for strict aliasing 2019-10-03 13:53:34 -04:00
Twinaphex 24af89596e
Merge pull request #55 from bmaupin/fix-compilation-for-psp
Fix compilation for PSP
2019-09-14 07:00:43 +02:00
bmaupin 7816b42a8c Fix compilation on PSP 2019-09-13 13:44:48 -04:00
bmaupin 16958ba2a7 Add libco implementation for PSP 2019-09-13 13:44:12 -04:00
Twinaphex efd437a2b4
Merge pull request #54 from yoshisuga/tvos_support
(tvOS) Compile using tvOS SDK
2019-09-05 03:45:58 +02:00
Yoshi Sugawara 8acc14cf34 (tvOS) Compile using tvOS SDK 2019-09-02 15:59:57 -10:00
Twinaphex 19aed0288d
Merge pull request #51 from Classicmods/master
Added Classic Platform Structure - Armv7 CortexA7 Build
2018-11-03 14:00:02 +01:00
Ryan 'Swingflip' Hamlin 2a8bcc0ae5 Added A7A7 2018-11-01 16:42:06 +00:00
Twinaphex d99f3ac9f1
Merge pull request #50 from RetroSven/master
add memory hooks for cheat/rumble
2018-08-12 10:14:21 +02:00
Sven 89e311b489 add memory hooks for cheat/rumble 2018-08-11 14:35:49 -04:00
hizzlekizzle 2500283a19
Merge pull request #49 from Hedonium/input
Update libretro.c: Add missing input descriptors
2018-05-03 10:14:12 -05:00
Hedonium c7959bb001 Update libretro.c: Add missing input descriptors
Add missing L and R descriptors. Fixes #48
2018-05-03 10:34:34 -04:00
Andrés 434612ab68
Merge pull request #47 from webgeek1234/master
Refactor android jni makefiles
2018-04-06 20:31:44 -05:00
Aaron Kling 9dcd9144cd Refactor android jni makefiles 2018-04-06 16:13:44 -05:00
Twinaphex a9d1206901
Merge pull request #46 from webgeek1234/master
Allow compiling android jni for all archs
2018-04-04 07:57:28 +02:00
Aaron Kling d982c5d050 Allow compiling android jni for all archs
Will not compile with clang, so toolchain override must remain.
2018-04-03 16:29:03 -05:00
Andrés 63a21c71e6
Merge pull request #45 from webgeek1234/master
Fix up android jni makefiles
2018-03-31 17:42:03 -05:00
Aaron Kling 4b0914b103 Fix up android jni makefiles
Clean up and fix errors with newer ndk versions
2018-03-31 15:03:16 -05:00
twinaphex 638aad3ad5 Add Switch target 2018-01-10 03:14:18 +01:00
Twinaphex a00ccac058
Merge pull request #43 from Tatsuya79/patch-1
Recover 1 frame of input lag
2018-01-06 18:30:15 +01:00
Tatsuya79 c745ed8229
Recover 1 frame of input lag 2018-01-06 17:27:48 +01:00
Brad Parker dbb83e56ab add travis build script 2017-10-23 21:15:47 -04:00
Twinaphex 5d1ae429e1 Merge pull request #40 from yoshisuga/master
support for iOS arm64 build
2017-10-03 05:21:13 +02:00
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