Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-26 | add support for mednafen-style .m3u files for multi-disc games | ToadKing | |
2013-05-26 | Add .toc to valid_extensions | twinaphex | |
2013-05-26 | (libretro) Library version is too long to show in RGUI | twinaphex | |
2013-03-15 | libretro: support disk control interface | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-01-28 | libretro: handle regions | notaz | |
2012-12-17 | libretro: support savestates and cheats | notaz | |
cheats untested | |||
2012-12-16 | libretro: check for CAN_DUPE, as suggested by ToadKing | notaz | |
2012-12-11 | libretro: handle borders | notaz | |
2012-12-11 | libretro: set cycle_multiplier | notaz | |
2012-12-10 | Merge branch 'libretro' | notaz | |
Conflicts: frontend/libretro.c | |||
2012-12-10 | libretro: minor cleanups | notaz | |
2012-12-10 | libretro: only pass fb to video_cb when it's updated | notaz | |
2012-12-10 | libretro: initialize blank memory card | Toad King | |
2012-12-10 | libretro: Move flip screen counter increment back to end of flip screen callback | twinaphex | |
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 |