summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-08Update MakefileAutechre
2020-10-06Cleanupstwinaphex
2020-10-06Merge branch 'master' of https://github.com/libretro/gpsptwinaphex
2020-10-06Cleanupstwinaphex
2020-09-21Merge pull request #76 from jdgleaver/post-processingAutechre
Add optional colour correction + interframe blending
2020-09-21Add optional colour correction + interframe blendingjdgleaver
2020-09-09Merge pull request #75 from negativeExponent/use_libretro_save_apiAutechre
add optional support for backup saves using libretro api
2020-09-05Remove ewram from libretro apinegativeExponent
- Removing RETRO_SYSTEM_MEMORY from retro_get_memory_data/size since its incompatible for 2 reasons: 1. gba uses at least 2 blocks of memory, which is not supported 2. the way gpsp's memory block are not contiguous (see memory descriptors)
2020-09-05Add optional battery save using libretro save apinegativeExponent
- 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-08-28Merge pull request #73 from justinweiss/update-libctruAutechre
[3DS] Move has_rosalina to avoid duplicate definitions
2020-08-23[3DS] Move has_rosalina to avoid duplicate definitionsJustin Weiss
2020-05-27Cleanuptwinaphex
2020-05-27Fix OSX PPC buildtwinaphex
2020-04-05Merge pull request #67 from negativeExponent/fix_cheevos_supportAutechre
Fix cheevos support
2020-04-05Fix cheevos supportnegativeExponent
2020-03-10Merge pull request #66 from bmaupin/add-auto-frame-skippinghizzlekizzle
Add automatic frame skipping
2020-03-10Add automatic frame skippingbmaupin
2020-02-29Merge pull request #64 from justinweiss/3ds-fix-prefetch-aborthizzlekizzle
[3DS] Fix dynarec prefetch aborts
2020-02-29[3DS] Fix dynarec prefetch abortsJustin Weiss
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-29Merge pull request #63 from bmaupin/add-manual-frame-skippingTwinaphex
Add manual frame skipping
2020-02-28Add manual frame skippingbmaupin
2020-02-27Fix periodic ram_translation_cache crashesbmaupin
2019-12-14Merge pull request #61 from negativeExponent/fix_flash64Twinaphex
Fix flash 64K games not saving
2019-11-23Merge pull request #60 from fjtrujy/feature/PSPSupportTwinaphex
Port gpsp to PSP for RetroArch
2019-11-23Make PSP version to render the image it-self instead of using RetroArchFrancisco Javier Trujillo Mata
2019-11-15Fix flash 64K games not saving (Fix https://github.com/libretro/gpsp/issues/59)negativeExponent
2019-11-09[VITA] Fixes bug causing dynarec stutteringFrancisco José García García
2019-10-24Merge pull request #57 from bmaupin/small-fixesTwinaphex
Small fixes
2019-10-24Use OPTIMIZE for compiling libco toobmaupin
In case it needs to be debugged
2019-10-24Ignore .so filesbmaupin
2019-10-22Merge pull request #56 from bmaupin/enable-psp-dynarechizzlekizzle
Reenable dynarec for PSP
2019-10-20Get dynarec working again for PSPbmaupin
2019-10-03Reenable native file IO on PSPbmaupin
2019-10-03Ignore .a filesbmaupin
2019-10-03Fix compiler warning for strict aliasingbmaupin
2019-09-14Merge pull request #55 from bmaupin/fix-compilation-for-pspTwinaphex
Fix compilation for PSP
2019-09-13Fix compilation on PSPbmaupin
2019-09-13Add libco implementation for PSPbmaupin
2019-09-05Merge pull request #54 from yoshisuga/tvos_supportTwinaphex
(tvOS) Compile using tvOS SDK
2019-09-02(tvOS) Compile using tvOS SDKYoshi Sugawara
2018-11-03Merge pull request #51 from Classicmods/masterTwinaphex
Added Classic Platform Structure - Armv7 CortexA7 Build
2018-11-01Added A7A7Ryan 'Swingflip' Hamlin
2018-08-12Merge pull request #50 from RetroSven/masterTwinaphex
add memory hooks for cheat/rumble
2018-08-11add memory hooks for cheat/rumbleSven
2018-05-03Merge pull request #49 from Hedonium/inputhizzlekizzle
Update libretro.c: Add missing input descriptors
2018-05-03Update libretro.c: Add missing input descriptorsHedonium
Add missing L and R descriptors. Fixes #48
2018-04-06Merge pull request #47 from webgeek1234/masterAndrés
Refactor android jni makefiles
2018-04-06Refactor android jni makefilesAaron Kling
2018-04-04Merge pull request #46 from webgeek1234/masterTwinaphex
Allow compiling android jni for all archs
2018-04-03Allow compiling android jni for all archsAaron Kling
Will not compile with clang, so toolchain override must remain.