aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
AgeCommit message (Expand)Author
2013-02-08move cspace back to frontendnotaz
2013-01-28libretro: handle regionsnotaz
2012-12-17libretro: support savestates and cheatsnotaz
2012-12-16libretro: check for CAN_DUPE, as suggested by ToadKingnotaz
2012-12-11libretro: handle bordersnotaz
2012-12-11libretro: set cycle_multipliernotaz
2012-12-10Merge branch 'libretro'notaz
2012-12-10libretro: minor cleanupsnotaz
2012-12-10libretro: only pass fb to video_cb when it's updatednotaz
2012-12-10libretro: initialize blank memory cardToad King
2012-12-10libretro: Move flip screen counter increment back to end of flip screen callbacktwinaphex
2012-12-10libretro: call video_cb on every frametwinaphex
2012-12-10libretro: make RGB565 support into compile-time optiontwinaphex
2012-12-10libretro: use SRAM saving routines for memory card.Toad King
2012-12-09pipe error messages through single functionnotaz
2012-11-28clean up mmap hacksnotaz
2012-11-18fix gun handling in enhancement modenotaz
2012-11-10frontend: avoid loading msg when not needednotaz
2012-11-05switch over to libpicofenotaz
2012-11-02Merge branch 'enhancement'notaz
2012-11-02move blit to core, allow filtering while blittingnotaz
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