aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-09-18drc: enable and fix warningsnotaz
these were kept for compat with Ari64's code, which is removed, see previous commit messages
2015-01-13frontend: show C64x optionnotaz
2015-01-04spu: start offload code to TI C64x DSPnotaz
2014-12-25release r20notaz
2014-12-20psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32twinaphex
Conflicts: Makefile.libretro
2013-12-22libretro: add dynarec switchnotaz
2013-03-25libretro: rework makefilenotaz
2013-02-18frontend: maemo: some refactoringnotaz
2013-02-17Fixed makefile (TSLIB)Paolo Iommarini
2013-02-17Maemo ehancementPaolo Iommarini
-Added command line options -Added pause on incoming call -Added change disc
2013-02-08frontend: add armv6 color space converternotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
2013-01-06frontend: get rid of _FILE_OFFSET_BITSnotaz
pandora's zlib is too old to handle off_t with that define
2013-01-06frontend: filter more unneeded files in browsernotaz
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-10libretro: make RGB565 support into compile-time optiontwinaphex
all libretro frontends should support this no matter what
2012-12-02frontend: fix clean libretro buildnotaz
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-24gte: avoid fno-strict-aliasingnotaz
2012-11-24fix various warningsnotaz
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-24fix ARM build with --disable-dynarecnotaz
2012-11-18frontend: overlay improvementsnotaz
work directly on psx vram
2012-11-06frontend: make platform menu customizations more explicitnotaz
2012-11-05drop some unused codenotaz
2012-11-05detect undefined symbols earlynotaz
2012-11-05switch over to libpicofenotaz
- 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-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2012-10-12frontend: pandora: update run scriptnotaz
2012-08-03configure: fix some ordering issuesnotaz
2012-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
2012-08-02release r15notaz
2012-07-31allow multiple sound drivers to be compilednotaz
2012-07-30support sdl audionotaz
2012-07-30select builtin gpu plugin on configurenotaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring
2012-05-27automatically build pluginsnotaz
2012-04-29fix some build issues and warningsnotaz
2012-04-29frontend: generic: preliminary SDL supportnotaz
2012-04-29frontend: clean up some hacksnotaz
2012-04-22rename vout_fb to vout_plnotaz
that code outputs through plugin_lib, which is not necessary fb.
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-04-18support emulated RAM mapped at offsetnotaz
Thanks to CatalystG for some initial code and testing.
2012-03-05plugin build hacknotaz
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems.
2012-03-04release r14notaz
2012-01-21gpu-gles: add gpulib codenotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-08frontend: oshide->xenv refactoringnotaz
change merged from pandora's SDL project
2011-12-21gpu_neon: integrate Exophase's rasterizernotaz