aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
2012-11-18frontend: initial sdl overlay implementationnotaz
2012-11-18fix gun handling in enhancement modenotaz
2012-11-13fix some random corner casesnotaz
2012-11-11frontend: add toggle FPS optionnotaz
2012-11-10frontend: avoid loading msg when not needednotaz
2012-11-10frontend: improve pandora nub to PSX analog mappingnotaz
2012-11-06frontend: make platform menu customizations more explicitnotaz
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-11-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2012-10-12frontend: add renderer toggle optionnotaz
2012-10-12add support for software-enhanced renderingnotaz
2012-09-13silence some 64bit related warningsnotaz
still need to fix savestate compat
2012-08-16frontend: move layer size codenotaz
also fix broken layer height limiting
2012-08-15frontend: save last cdimg on successful selectnotaz
otherwise it's wont save after crash, which can still happen
2012-08-02release r15notaz
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-23frontend: always save last cdimgpathnotaz
2012-07-22frontend: initial cheats supportnotaz
2012-07-22frontend: support seeking the filelist with letter keysnotaz
2012-07-19gpulib: implement rgb888_to_rgb565notaz
and use it for menu
2012-07-18frontend: avoid potential alignment faultnotaz
2012-07-09spu: get rid of iSPUIRQWaitnotaz
there should be no reason to ever turn it off
2012-07-09spu: remove all threading codenotaz
it is broken for a while now, and I have no intention to fix it.
2012-07-09frontend: move some leftover pandora parts out of common codenotaz
2012-05-27frontend: minor tweaksnotaz
2012-05-27automatically build pluginsnotaz
2012-04-29frontend: some menu adjustmentsnotaz
2012-04-29frontend: generic: preliminary SDL supportnotaz
2012-04-29frontend: clean up some hacksnotaz
2012-03-04frontend: save gpu-gles settings toonotaz
2012-02-28frontend: add an option to disable scaling (Caanoo)notaz
some minor menu tuning too
2012-01-19frontend: add gles plugin optionsnotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-09release r13notaz
2012-01-08frontend: add minimize supportnotaz
2012-01-05gpu_neon: add some intelace mode handlingnotaz
a bit of refactoring too
2011-12-24release r12notaz
2011-12-21gpu_neon: integrate Exophase's rasterizernotaz
2011-12-19gpu_neon: make use of unai's lineskip modenotaz
2011-12-11frontend: menu: show savestate datenotaz
2011-12-11gpu_neon: tune frameskip further, allow >1notaz
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-12-05frontend: show a message while BIOS is bootingnotaz
2011-10-30cdriso: support multidisk ebootsnotaz
2011-10-30frontend: input driver and volume control for Wiznotaz
2011-10-30frontend: move defconfig to mainnotaz
.. so that maemo can use it
2011-10-30frontend: minor menu adjustmentsnotaz