aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_pollux.c
AgeCommit message (Collapse)Author
2014-12-20fix up other platforms after rumble changenotaz
2014-12-20frontend: update libpicofenotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
2012-11-28frontend: pollux: use sections for memorynotaz
2012-11-28frontend: update caanoo portnotaz
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-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
2012-08-01frontend/pollux: care about bpp when calculating offsetnotaz
2012-08-01frontend: track output and psx sizes separatelynotaz
output layer and psx resolutions don't have to match, like it is on Caanoo.
2012-07-09frontend: move some leftover pandora parts out of common codenotaz
2012-04-29frontend: input: pass default binds as argumentnotaz
allows to get rid of some hacks
2012-04-29frontend: generic: preliminary SDL supportnotaz
2012-04-29frontend: clean up some hacksnotaz
2012-03-01improve vibration support for Caanoonotaz
..maybe, not tested much.
2012-02-28frontend: add an option to disable scaling (Caanoo)notaz
some minor menu tuning too
2012-01-21gpu-gles: refactor for caanoo/wiz supportnotaz
too bad it's unusable there.
2012-01-21frontend: export fps stats to pluginsnotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-08frontend: add minimize supportnotaz
2011-12-11frontend: make analogs configurablenotaz
2011-12-10add vibration support for Caanoonotaz
2011-12-06frontend: get rid of plat_rescan_inputsnotaz
overannoyed by 'input: bad key' messages
2011-10-30frontend: input driver and volume control for Wiznotaz
2011-10-30frontend: fix screenshot functionality for polluxnotaz
2011-10-30frontend: add touchscreen-as-buttons input codenotaz
intended for Caanoo/Wiz
2011-10-30frontend/pollux: add scalingnotaz
16bpp only for now.
2011-10-30frontend/pollux: program MLC2 for TV-out, save/restore regsnotaz
2011-10-02yet more random armv5 tweaksnotaz
2011-09-27frontend: few more pollux/caanoo tweaksnotaz
2011-09-25add pollux/caanoo port, refactor thingsnotaz