aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
2013-03-15frontend/menu: clean up cht loadernotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
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
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2013-01-28frontend: path handling fixnotaz
2013-01-13frontend: save gamma toonotaz
2013-01-06frontend: minor menu refactoringnotaz
2013-01-06frontend: get rid of _FILE_OFFSET_BITSnotaz
pandora's zlib is too old to handle off_t with that define
2013-01-06fully reinit drc on changenotaz
2013-01-06frontend: filter more unneeded files in browsernotaz
2013-01-03frontend: remove unneeded hack optionsnotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-02mave plugin and core shared includes to single locationnotaz
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