aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
2016-04-22Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-masterdankcushions
2016-04-01don't use __ARM_ARCH_7A__notaz
github issue #68
2016-03-02Merge https://github.com/notaz/pcsx_rearmedtwinaphex
2016-01-07menu: fix input config for device names ending with spacenotaz
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe
2015-11-16initial neGcon controller supportphaseIV
2015-01-13release r21notaz
2015-01-13frontend: show C64x optionnotaz
2015-01-04spu: threaded implementationnotaz
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled
2014-12-25release r20notaz
2014-12-25frontend: savestate autoload supportnotaz
2014-12-25frontend: scanline efect and memcard savingnotaz
2014-12-25frontend: add 2x scaling optionnotaz
2014-12-24menu: file browser fixesnotaz
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
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