Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | Update makefile | twinaphex | |
2016-09-27 | Rearrange files for new_dynarec | twinaphex | |
2016-09-27 | (VITA) Enable O3 optimizations | Francisco José García García | |
2016-09-26 | (VITA) Dynarec working | Francisco José García García | |
2016-09-21 | Merge branch 'mainline' into libretro | notaz | |
2016-09-18 | drc: enable and fix warnings | notaz | |
these were kept for compat with Ari64's code, which is removed, see previous commit messages | |||
2016-09-08 | OPENGL_DEBUG is not needed | orbea | |
2016-09-06 | Use DEBUG=1 properly for debug builds | orbea | |
2016-06-26 | fixed lag with analog pad device | alexis-puska | |
Fixed lag with analog pad device, some code is override when have a pad in analog mode. | |||
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
2015-01-13 | frontend: show C64x option | notaz | |
2015-01-04 | spu: start offload code to TI C64x DSP | notaz | |
2014-12-25 | release r20 | notaz | |
2014-12-20 | psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
Conflicts: Makefile.libretro | |||
2013-12-22 | libretro: add dynarec switch | notaz | |
2013-03-25 | libretro: rework makefile | notaz | |
2013-02-18 | frontend: maemo: some refactoring | notaz | |
2013-02-17 | Fixed makefile (TSLIB) | Paolo Iommarini | |
2013-02-17 | Maemo ehancement | Paolo Iommarini | |
-Added command line options -Added pause on incoming call -Added change disc | |||
2013-02-08 | frontend: add armv6 color space converter | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-01-06 | frontend: get rid of _FILE_OFFSET_BITS | notaz | |
pandora's zlib is too old to handle off_t with that define | |||
2013-01-06 | frontend: filter more unneeded files in browser | notaz | |
2012-12-23 | bump libpicofe for r-pi gl code | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-12-10 | libretro: make RGB565 support into compile-time option | twinaphex | |
all libretro frontends should support this no matter what | |||
2012-12-02 | frontend: fix clean libretro build | notaz | |
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | gte: avoid fno-strict-aliasing | notaz | |
2012-11-24 | fix various warnings | notaz | |
the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing. | |||
2012-11-24 | fix ARM build with --disable-dynarec | notaz | |
2012-11-18 | frontend: overlay improvements | notaz | |
work directly on psx vram | |||
2012-11-06 | frontend: make platform menu customizations more explicit | notaz | |
2012-11-05 | drop some unused code | notaz | |
2012-11-05 | detect undefined symbols early | notaz | |
2012-11-05 | switch over to libpicofe | notaz | |
- libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support | |||
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-12 | frontend: pandora: update run script | notaz | |
2012-08-03 | configure: fix some ordering issues | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-08-02 | release r15 | notaz | |
2012-07-31 | allow multiple sound drivers to be compiled | notaz | |
2012-07-30 | support sdl audio | notaz | |
2012-07-30 | select builtin gpu plugin on configure | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring | |||
2012-05-27 | automatically build plugins | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-29 | frontend: generic: preliminary SDL support | notaz | |
2012-04-29 | frontend: clean up some hacks | notaz | |