Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | Merge remote-tracking branch 'libretro/master' into pico-fe | neonloop | |
2021-06-27 | Enable big-endian devices: gc/wii | David Guillen Fandos | |
This patch adds big-endian compatibility in gpsp (in general but only for the interpreter). There's no performance hit for little-endian platforms (should be a no-op) and only add a small overhead in memory accesses for big-endian platforms. Most memory accesses are wrapped with a byteswap instruction and I/O reg accesses are also rewired for proper access (using macros). Video rendering has been fixed to also do byteswaps but there's a couple of games and rendering modes that still seem broken (but they amount to less than 20 games in my tests with 1K ROMs). This also adds build rules and CI for NGC/WII/WIIU (untested) | |||
2021-05-17 | Add turbo A/B buttons | jdgleaver | |
2021-05-13 | Add dedicated RetroPad fast-forward button | jdgleaver | |
2021-03-21 | Adds a libpicofe frontend and menus | neonloop | |
Implements: - fast-forward (toggle) - audio-buffer-based frameskip and frame limiting - color-correction (using the libretro code) - lcd ghosting (using the libretro code) - FPS display - input rebinding - emulator key rebinding - scaling (with the old gpsp filters and drowsnug's scaled-nofilter) - saving and savestates - game-specific configuration Not yet implemented: - cheats - fast-forward (hold) | |||
2014-12-13 | Turn two functions static | twinaphex | |
2014-12-10 | add a HAVE_MMAP check, cleanups. | aliaspider | |
2014-12-10 | implement retro_serialize/unserialize | aliaspider | |
2014-12-09 | Remove non-libretro code in input.c | twinaphex | |
2014-12-09 | Remove useless GUI font code | twinaphex | |
2014-12-09 | fix undefined referances. | aliaspider | |
2014-12-09 | can compile | aliaspider | |
2014-07-14 | fix x86 build | aliaspider | |
2014-07-14 | Get rid of PND_BUILD/RPI_BUILD/POLLUX_BUILD/GIZ_BUILD | twinaphex | |
2013-03-07 | raspberry pi port | Dave | |
2011-09-06 | enable -Wall and fix warnings reported by it | notaz | |
2011-09-06 | initial pandora port, with hardware scaling and stuff | notaz | |
2011-09-04 | refactor GP2X stuff for pandora reuse | notaz | |
2011-09-03 | get rid of GP2X_BUILD checks where they are not really needed | notaz | |
2009-06-13 | u5 release | notaz | |
2009-06-09 | u4 release | notaz | |
2009-05-31 | working tripple buffering | notaz | |
2009-05-30 | wiz port wip | notaz | |
2009-05-21 | tweaks from 2008 (gpsp09-2xb_3) | notaz | |
2009-05-21 | original source from gpsp09-2xb_src.tar.bz2 | notaz | |