aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-11-28frontend: pollux: use sections for memorynotaz
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-28frontend: remove res checknotaz
it's already done at the upper level, and this was wrong anyway because plat_gvideo_set_mode can change vout_w and vout_h
2012-11-28frontend: update caanoo portnotaz
2012-11-24frontend: allow sstates without cd imgnotaz
2012-11-19frontend: pcnt: support arm11notaz
2012-11-19frontend: sdl: autodisable overlay if not acceleratednotaz
just tried it on r-pi, it's just way too slow
2012-11-18frontend: pcnt: use gettimeofdaynotaz
better than nothing
2012-11-18frontend: overlay improvementsnotaz
work directly on psx vram
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-11frontend: move text drawing to libpicofenotaz
+ some minor fixes
2012-11-10release r16notaz
2012-11-10frontend: avoid loading msg when not needednotaz
2012-11-10frontend: change nub_adjust rangesnotaz
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-05drop some unused codenotaz
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-02Merge branch 'enhancement'notaz
Conflicts: frontend/libretro.c
2012-11-02frontend: make text bg darknotaz
2012-11-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2012-10-22rgb565 fixToadKing
2012-10-22Add RGB565 supportToad King
2012-10-12frontend: pandora: update run scriptnotaz
2012-10-12use plat_mmap for RAM toonotaz
2012-10-12start mmap'ing vram, with hugetlb if possiblenotaz
2012-10-12frontend: omap; increase vram allocationnotaz
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-09-13frontend: readpng: fix width/height confusionnotaz
2012-09-13Merge branch 'libretro'notaz
2012-09-10Fix build for libretro.Themaister
2012-08-16frontend: move layer size codenotaz
also fix broken layer height limiting
2012-08-15frontend: omap: do centering on large resolutionsnotaz
2012-08-15frontend: save last cdimg on successful selectnotaz
otherwise it's wont save after crash, which can still happen
2012-08-04libretro: fix bytes/pixels confusionnotaz
2012-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
2012-08-02release r15notaz
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-31allow multiple sound drivers to be compilednotaz
2012-07-31frontend: improve minimize handlingnotaz
2012-07-30select builtin gpu plugin on configurenotaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring