aboutsummaryrefslogtreecommitdiff
path: root/frontend/libpicofe
AgeCommit message (Collapse)Author
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-03-25psxmem: fix error handlingnotaz
also bump libpicofe for mmap fix
2015-02-03frontend: update libpicofenotaz
2014-12-24menu: file browser fixesnotaz
2014-12-20frontend: update libpicofenotaz
2013-03-15frontend: sdl fixesnotaz
2013-02-08frontend: check for xlib when it's needednotaz
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
2013-01-28frontend: logging updatesnotaz
go to logcat on Android
2013-01-06frontend: minor menu refactoringnotaz
2013-01-06frontend: filter more unneeded files in browsernotaz
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-11-28frontend: update caanoo portnotaz
2012-11-18frontend: overlay improvementsnotaz
work directly on psx vram
2012-11-18frontend: initial sdl overlay implementationnotaz
2012-11-11frontend: move text drawing to libpicofenotaz
+ some minor fixes
2012-11-10frontend: improve pandora nub to PSX analog mappingnotaz
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