aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
AgeCommit message (Collapse)Author
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
We need to do video_cb in retro_run every frame instead of just once every time the video callback is called - otherwise we will get very bad/skippy framerates. Performance is much improved now in nearly all games.
2012-12-10libretro: make RGB565 support into compile-time optiontwinaphex
all libretro frontends should support this no matter what
2012-12-10libretro: use SRAM saving routines for memory card.Toad King
force only one memory card for libretro
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
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