Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | libretro: call video_cb on every frame | twinaphex | |
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-10 | libretro: make RGB565 support into compile-time option | twinaphex | |
all libretro frontends should support this no matter what | |||
2012-12-10 | libretro: use SRAM saving routines for memory card. | Toad King | |
force only one memory card for libretro | |||
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-10 | frontend: avoid loading msg when not needed | notaz | |
2012-11-05 | switch over to libpicofe | notaz | |
- 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-02 | Merge branch 'enhancement' | notaz | |
Conflicts: frontend/libretro.c | |||
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-22 | rgb565 fix | ToadKing | |
2012-10-22 | Add RGB565 support | Toad King | |
2012-08-04 | libretro: fix bytes/pixels confusion | notaz | |
2012-07-31 | allow multiple sound drivers to be compiled | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring |