Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Add optional colour correction + interframe blending | jdgleaver | |
2020-09-09 | Merge pull request #75 from negativeExponent/use_libretro_save_api | Autechre | |
add optional support for backup saves using libretro api | |||
2020-09-05 | Remove ewram from libretro api | negativeExponent | |
- 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-05 | Add optional battery save using libretro save api | negativeExponent | |
- 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-28 | Merge pull request #73 from justinweiss/update-libctru | Autechre | |
[3DS] Move has_rosalina to avoid duplicate definitions | |||
2020-08-23 | [3DS] Move has_rosalina to avoid duplicate definitions | Justin Weiss | |
2020-05-27 | Cleanup | twinaphex | |
2020-05-27 | Fix OSX PPC build | twinaphex | |
2020-04-05 | Merge pull request #67 from negativeExponent/fix_cheevos_support | Autechre | |
Fix cheevos support | |||
2020-04-05 | Fix cheevos support | negativeExponent | |
2020-03-10 | Merge pull request #66 from bmaupin/add-auto-frame-skipping | hizzlekizzle | |
Add automatic frame skipping | |||
2020-03-10 | Add automatic frame skipping | bmaupin | |
2020-02-29 | Merge pull request #64 from justinweiss/3ds-fix-prefetch-abort | hizzlekizzle | |
[3DS] Fix dynarec prefetch aborts | |||
2020-02-29 | [3DS] Fix dynarec prefetch aborts | Justin 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-29 | Merge pull request #63 from bmaupin/add-manual-frame-skipping | Twinaphex | |
Add manual frame skipping | |||
2020-02-28 | Add manual frame skipping | bmaupin | |
2020-02-27 | Fix periodic ram_translation_cache crashes | bmaupin | |
2019-12-14 | Merge pull request #61 from negativeExponent/fix_flash64 | Twinaphex | |
Fix flash 64K games not saving | |||
2019-11-23 | Merge pull request #60 from fjtrujy/feature/PSPSupport | Twinaphex | |
Port gpsp to PSP for RetroArch | |||
2019-11-23 | Make PSP version to render the image it-self instead of using RetroArch | Francisco Javier Trujillo Mata | |
2019-11-15 | Fix flash 64K games not saving (Fix https://github.com/libretro/gpsp/issues/59) | negativeExponent | |
2019-11-09 | [VITA] Fixes bug causing dynarec stuttering | Francisco José García García | |
2019-10-24 | Merge pull request #57 from bmaupin/small-fixes | Twinaphex | |
Small fixes | |||
2019-10-24 | Use OPTIMIZE for compiling libco too | bmaupin | |
In case it needs to be debugged | |||
2019-10-24 | Ignore .so files | bmaupin | |
2019-10-22 | Merge pull request #56 from bmaupin/enable-psp-dynarec | hizzlekizzle | |
Reenable dynarec for PSP | |||
2019-10-20 | Get dynarec working again for PSP | bmaupin | |
2019-10-03 | Reenable native file IO on PSP | bmaupin | |
2019-10-03 | Ignore .a files | bmaupin | |
2019-10-03 | Fix compiler warning for strict aliasing | bmaupin | |
2019-09-14 | Merge pull request #55 from bmaupin/fix-compilation-for-psp | Twinaphex | |
Fix compilation for PSP | |||
2019-09-13 | Fix compilation on PSP | bmaupin | |
2019-09-13 | Add libco implementation for PSP | bmaupin | |
2019-09-05 | Merge pull request #54 from yoshisuga/tvos_support | Twinaphex | |
(tvOS) Compile using tvOS SDK | |||
2019-09-02 | (tvOS) Compile using tvOS SDK | Yoshi Sugawara | |
2018-11-03 | Merge pull request #51 from Classicmods/master | Twinaphex | |
Added Classic Platform Structure - Armv7 CortexA7 Build | |||
2018-11-01 | Added A7A7 | Ryan 'Swingflip' Hamlin | |
2018-08-12 | Merge pull request #50 from RetroSven/master | Twinaphex | |
add memory hooks for cheat/rumble | |||
2018-08-11 | add memory hooks for cheat/rumble | Sven | |
2018-05-03 | Merge pull request #49 from Hedonium/input | hizzlekizzle | |
Update libretro.c: Add missing input descriptors | |||
2018-05-03 | Update libretro.c: Add missing input descriptors | Hedonium | |
Add missing L and R descriptors. Fixes #48 | |||
2018-04-06 | Merge pull request #47 from webgeek1234/master | Andrés | |
Refactor android jni makefiles | |||
2018-04-06 | Refactor android jni makefiles | Aaron Kling | |
2018-04-04 | Merge pull request #46 from webgeek1234/master | Twinaphex | |
Allow compiling android jni for all archs | |||
2018-04-03 | Allow compiling android jni for all archs | Aaron Kling | |
Will not compile with clang, so toolchain override must remain. | |||
2018-03-31 | Merge pull request #45 from webgeek1234/master | Andrés | |
Fix up android jni makefiles | |||
2018-03-31 | Fix up android jni makefiles | Aaron Kling | |
Clean up and fix errors with newer ndk versions | |||
2018-01-10 | Add Switch target | twinaphex | |
2018-01-06 | Merge pull request #43 from Tatsuya79/patch-1 | Twinaphex | |
Recover 1 frame of input lag | |||
2018-01-06 | Recover 1 frame of input lag | Tatsuya79 | |