aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_sdl.c
AgeCommit message (Collapse)Author
2014-12-20fix up other platforms after rumble changenotaz
2014-12-20frontend: update libpicofenotaz
2013-03-15frontend: sdl fixesnotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
2013-02-06attempt to make gles plugin work under RPinotaz
2013-01-31frontend: change how exit is donenotaz
will no longer be done from recompiler callback that could cause still used data to be freed
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-11-19frontend: sdl: autodisable overlay if not acceleratednotaz
just tried it on r-pi, it's just way too slow
2012-11-18frontend: overlay improvementsnotaz
work directly on psx vram
2012-11-18frontend: initial sdl overlay implementationnotaz
2012-11-11frontend: add toggle FPS optionnotaz
2012-11-06frontend: add fast forward supportnotaz
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-07-09frontend: move some leftover pandora parts out of common codenotaz
2012-05-27frontend: minor tweaksnotaz
2012-04-29gpu plugins: always support 16bpp blitnotaz
use this for generic sdl and maemo
2012-04-29frontend: input: pass default binds as argumentnotaz
allows to get rid of some hacks
2012-04-29frontend: generic: preliminary SDL supportnotaz