Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-17 | Maemo ehancement | Paolo Iommarini | |
-Added command line options -Added pause on incoming call -Added change disc | |||
2013-02-15 | frontend: pandora: adjust hugetlb allocation | notaz | |
needs some tweaks after mem refactoring | |||
2013-02-08 | frontend: add armv6 color space converter | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-02-08 | frontend: check for xlib when it's needed | notaz | |
2013-02-06 | attempt to make gles plugin work under RPi | notaz | |
2013-02-05 | frontend: do all bpp handling in plugin_lib | notaz | |
2013-01-31 | frontend: change how exit is done | notaz | |
will no longer be done from recompiler callback that could cause still used data to be freed | |||
2013-01-28 | libretro: handle regions | notaz | |
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 | |