Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |
2012-04-22 | rename vout_fb to vout_pl | notaz | |
that code outputs through plugin_lib, which is not necessary fb. | |||
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-03-05 | plugin build hack | notaz | |
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. | |||
2012-03-04 | release r14 | notaz | |
2012-01-21 | gpu-gles: add gpulib code | notaz | |
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2012-01-08 | frontend: oshide->xenv refactoring | notaz | |
change merged from pandora's SDL project | |||
2011-12-21 | gpu_neon: integrate Exophase's rasterizer | notaz | |