Commit Graph

598 Commits

Author SHA1 Message Date
negativeExponent d8225bb313 Add optional battery save using libretro save api
- Adds core option to allow battery saves using the libretro api
  (retro_get_memory_data/size)
- Initial save size set at 128KB and actual size is automatically
  determined internally by gba.
- This will always assume that a save file is supported since save
  size or type cannot be determined until gba tries to write to backup memory.
- A 128KB block of memory is used as buffer, similar method to VBA
  Next/Beetle GBA workarounds.

Fix https://github.com/libretro/gpsp/issues/72
2020-09-05 20:47:59 +08:00
Autechre e4b12f4340
Merge pull request #73 from justinweiss/update-libctru
[3DS] Move has_rosalina to avoid duplicate definitions
2020-08-28 03:58:21 +02:00
Justin Weiss 23c4f08c83 [3DS] Move has_rosalina to avoid duplicate definitions 2020-08-23 12:07:50 -07:00
twinaphex 856af16ba6 Cleanup 2020-05-27 21:39:17 +02:00
twinaphex b668259a2f Fix OSX PPC build 2020-05-27 21:34:54 +02:00
Autechre 514cb1e66b
Merge pull request #67 from negativeExponent/fix_cheevos_support
Fix cheevos support
2020-04-05 12:01:35 +02:00
negativeExponent fea026fec4 Fix cheevos support 2020-04-05 16:35:23 +08:00
hizzlekizzle d8cf63b9c6
Merge pull request #66 from bmaupin/add-auto-frame-skipping
Add automatic frame skipping
2020-03-10 16:13:04 -05:00
bmaupin f484239f9c Add automatic frame skipping 2020-03-10 13:51:03 -04:00
hizzlekizzle 3f2f57c982
Merge pull request #64 from justinweiss/3ds-fix-prefetch-abort
[3DS] Fix dynarec prefetch aborts
2020-02-29 17:23:57 -06:00
Justin Weiss 6a50b8a68d [3DS] Fix dynarec prefetch aborts
Similar fix to https://github.com/libretro/pcsx_rearmed/pull/390. The
Nintendo svcBackdoor can cause stack corruption if an interrupt
happens during it, this uses Luma3DS/Rosalina's svcCustomBackdoor instead.
2020-02-29 10:55:58 -08:00
Twinaphex c513ecee59
Merge pull request #63 from bmaupin/add-manual-frame-skipping
Add manual frame skipping
2020-02-29 19:03:14 +01:00
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