Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-28 | frontend: don't set up profile paths without frontend | notaz | |
2013-01-28 | ange how no memcards are specified | notaz | |
empty string now just means "don't save/load" | |||
2013-01-28 | frontend: logging updates | notaz | |
go to logcat on Android | |||
2013-01-28 | frontend: path handling fix | notaz | |
2013-01-13 | frontend: save gamma too | notaz | |
2013-01-06 | frontend: minor menu refactoring | notaz | |
2013-01-06 | frontend: get rid of _FILE_OFFSET_BITS | notaz | |
pandora's zlib is too old to handle off_t with that define | |||
2013-01-06 | fully reinit drc on change | notaz | |
2013-01-06 | frontend: filter more unneeded files in browser | notaz | |
2013-01-05 | frontend: don't update during reset | notaz | |
otherwise update thread may collect input events that really belong to UI. Another hack :( | |||
2013-01-05 | frontend: add layer height limit | notaz | |
otherwise some platforms may end up trying to set resolutions with low height and fail | |||
2013-01-03 | ignore case for cwcheat | notaz | |
headers can have mixed case, which doesn't match common cheat files? | |||
2013-01-03 | frontend: remove unneeded hack options | notaz | |
2012-12-23 | bump libpicofe for r-pi gl code | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | 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-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-28 | frontend: pollux: use sections for memory | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-28 | frontend: remove res check | notaz | |
it's already done at the upper level, and this was wrong anyway because plat_gvideo_set_mode can change vout_w and vout_h | |||
2012-11-28 | frontend: update caanoo port | notaz | |
2012-11-24 | frontend: allow sstates without cd img | notaz | |
2012-11-19 | frontend: pcnt: support arm11 | notaz | |
2012-11-19 | frontend: sdl: autodisable overlay if not accelerated | notaz | |
just tried it on r-pi, it's just way too slow | |||
2012-11-18 | frontend: pcnt: use gettimeofday | notaz | |
better than nothing | |||
2012-11-18 | frontend: overlay improvements | notaz | |
work directly on psx vram | |||
2012-11-18 | frontend: initial sdl overlay implementation | notaz | |
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-13 | fix some random corner cases | notaz | |
2012-11-11 | frontend: add toggle FPS option | notaz | |
2012-11-11 | frontend: move text drawing to libpicofe | notaz | |
+ some minor fixes | |||
2012-11-10 | release r16 | notaz | |
2012-11-10 | frontend: avoid loading msg when not needed | notaz | |
2012-11-10 | frontend: change nub_adjust ranges | notaz | |
2012-11-10 | frontend: improve pandora nub to PSX analog mapping | notaz | |
2012-11-06 | frontend: make platform menu customizations more explicit | notaz | |
2012-11-06 | frontend: add fast forward support | notaz | |
2012-11-05 | drop some unused code | notaz | |