Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-06 | Update .gitlab-ci.yml | twinaphex | |
2020-12-03 | Add 3DS target to .gitlab-ci.yml | jdgleaver | |
2020-11-27 | Merge pull request #87 from jdgleaver/dingux-gitlab-ci | Autechre | |
Add OpenDingux target to .gitlab-ci.yml | |||
2020-11-27 | Add OpenDingux target to .gitlab-ci.yml | jdgleaver | |
2020-11-10 | Update .gitlab-ci.yml | twinaphex | |
2020-11-09 | Merge pull request #85 from jdgleaver/frame-mix-fast | Autechre | |
Optimise interframe blending | |||
2020-11-09 | Optimise interframe blending | jdgleaver | |
2020-10-29 | Merge pull request #84 from negativeExponent/path_separator | Autechre | |
Use correct path separator | |||
2020-10-28 | Use correct path separator | negativeExponent | |
2020-10-27 | Merge pull request #83 from jdgleaver/auto-frameskip | Autechre | |
Overhaul frameskip options | |||
2020-10-24 | Overhaul frameskip options | jdgleaver | |
2020-10-24 | Update | twinaphex | |
2020-10-24 | Merge pull request #82 from jdgleaver/android-libco | Autechre | |
Set 'USE_LIBCO=1' in Android JNI build file | |||
2020-10-23 | Set 'USE_LIBCO=1' in Android JNI build file | jdgleaver | |
2020-10-23 | Merge pull request #81 from jdgleaver/libco-alt | Autechre | |
Add build-time option to run the emulator in a thread instead of libco (fixes OpenDingux target) | |||
2020-10-23 | OpenDingux: Fix makefile target | jdgleaver | |
2020-10-23 | Add build-time option to run the emulator in a thread instead of libco ↵ | jdgleaver | |
(fixes OpenDingux target) | |||
2020-10-18 | Update .gitlab-ci.yml | Autechre | |
2020-10-09 | Merge pull request #80 from negativeExponent/rtc_update | Autechre | |
Update RTC emulation | |||
2020-10-09 | Update RTC emulation | negativeExponent | |
- Based on notes, gpSP's RTC does was based on vba. - I've updated relevant sections of it based on latest vba. reference issue: https://github.com/libretro/gpsp/issues/79 | |||
2020-10-08 | Update Makefile | twinaphex | |
2020-10-08 | Add more forward declarations | twinaphex | |
2020-10-08 | Add forward declarations | twinaphex | |
2020-10-08 | Add .gitlab-ci.yml | twinaphex | |
2020-10-08 | Update Makefile | Autechre | |
2020-10-06 | Cleanups | twinaphex | |
2020-10-06 | Merge branch 'master' of https://github.com/libretro/gpsp | twinaphex | |
2020-10-06 | Cleanups | twinaphex | |
2020-09-21 | Merge pull request #76 from jdgleaver/post-processing | Autechre | |
Add optional colour correction + interframe blending | |||
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 | |