aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
AgeCommit message (Collapse)Author
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-18fix gun handling in enhancement modenotaz
2012-11-10frontend: avoid loading msg when not needednotaz
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-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-08-04libretro: fix bytes/pixels confusionnotaz
2012-07-31allow multiple sound drivers to be compilednotaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring