Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | frontend: make text bg dark | notaz | |
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-10-12 | frontend: pandora: update run script | notaz | |
2012-10-12 | use plat_mmap for RAM too | notaz | |
2012-10-12 | start mmap'ing vram, with hugetlb if possible | notaz | |
2012-10-12 | frontend: omap; increase vram allocation | notaz | |
2012-10-12 | frontend: add renderer toggle option | notaz | |
2012-10-12 | add support for software-enhanced rendering | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-09-13 | frontend: readpng: fix width/height confusion | notaz | |
2012-09-13 | Merge branch 'libretro' | notaz | |
2012-09-10 | Fix build for libretro. | Themaister | |
2012-08-16 | frontend: move layer size code | notaz | |
also fix broken layer height limiting | |||
2012-08-15 | frontend: omap: do centering on large resolutions | notaz | |
2012-08-15 | frontend: save last cdimg on successful select | notaz | |
otherwise it's wont save after crash, which can still happen | |||
2012-08-04 | libretro: fix bytes/pixels confusion | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-08-02 | release r15 | notaz | |