aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2021-03-14Initial trimui s supportneonloop
2020-02-08Add support for the Lightrec dynarecPaul Cercueil
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2019-08-07Do not compile plugins when using the non-static build methodretro-wertz
- This is meant for platforms that still uses the non-static build method to compile the libretro core (aka versions of retropie) - The output file is still libretro.so to preserve any compatibility with existing script - Using the static makefile is still recommended.
2017-10-17RPI: add Mesa override & update vendor library namesConn O'Griofa
* Update RPI vendor library names to allow compatibility with recent firmwares that have obsoleted the originally named duplicate libraries. * Add override to build against VC4 Mesa driver via "VIDEOCORE=no"
2016-03-05large file supportnotaz
not tested if it actually reads over 2GB
2015-01-13try to fix r-pi buildnotaz
2015-01-04spu: start offload code to TI C64x DSPnotaz
2013-07-15Adds the path to include correctly vmcs hosttejonbiker
2013-03-25libretro: rework makefilenotaz
2013-02-18frontend: maemo: some refactoringnotaz
2013-02-08frontend: check for xlib when it's needednotaz
2012-12-26configure: handle ARM machine names with versionnotaz
like armv6l-unknown-linux-gnueabihf in Arch Linux
2012-12-23configure: detect common mistakesnotaz
2012-12-23frontend: fix pulseaudio, detect it in configure scriptnotaz
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-07configure: set float-abi even without armv6notaz
2012-12-02improve ARM feature detectionnotaz
2012-11-24drop bzlib dependencynotaz
it turns out it's not needed.
2012-11-24plugins: drop arch filename extensionsnotaz
they do more harm than good
2012-11-05sort out 32/64bit savestate compat issuesnotaz
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-09-10Fix build for libretro.Themaister
2012-08-04configure: various fixesnotaz
2012-08-04configure: fix mfloat-abi detectionnotaz
2012-08-03configure: fix some ordering issuesnotaz
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-07-24arm: automatically disable thumbnotaz
recompiler can't handle it
2012-05-27frontend: minor tweaksnotaz
2012-05-27automatically build pluginsnotaz
2012-04-29fix some build issues and warningsnotaz
2012-04-29frontend: generic: preliminary SDL supportnotaz
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2010-11-17remove stuff we won't neednotaz
this makes the source tree more pleasant to work with.
2010-11-16pcsxr-1.9.92PCSX* teams