Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-23 | drc: fix bugs in armv4 codepath | notaz | |
wasn't even passing BIOS because of them.. | |||
2012-12-23 | frontend: fix pulseaudio, detect it in configure script | notaz | |
2012-12-23 | bump libpicofe for r-pi gl code | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-12-21 | warning fix | notaz | |
2012-12-17 | libretro: support savestates and cheats | notaz | |
cheats untested | |||
2012-12-17 | make non-zlib save compression possible | notaz | |
2012-12-16 | libretro: check for CAN_DUPE, as suggested by ToadKing | notaz | |
2012-12-16 | dfxvideo: don't build Xv version (no longer used) | notaz | |
2012-12-11 | libretro: handle borders | notaz | |
2012-12-11 | misc: make error message remind about common mistake | 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 | update .gitignore | Toad King | |
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-09 | avoid bogus warning | notaz | |
2012-12-07 | configure: set float-abi even without armv6 | notaz | |
2012-12-02 | frontend: fix clean libretro build | notaz | |
2012-12-02 | rm x86 and ppc dynarec remains | notaz | |
that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired. | |||
2012-12-02 | improve ARM feature detection | notaz | |
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 | release r17 | notaz | |
2012-11-24 | drop bzlib dependency | notaz | |
it turns out it's not needed. | |||
2012-11-24 | initial Android support | Toad King | |
2012-11-24 | gpulib: check mode change on blank | notaz | |
2012-11-24 | cdrom: try different seeking approach | notaz | |
2012-11-24 | spu: fix saving bug | notaz | |
fixup on load too | |||
2012-11-24 | fix some more 32/64bit incompatibilities | notaz | |
2012-11-24 | frontend: allow sstates without cd img | notaz | |
2012-11-24 | gte: avoid fno-strict-aliasing | notaz | |
2012-11-24 | fix various warnings | notaz | |
the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing. | |||
2012-11-24 | fix ARM build with --disable-dynarec | notaz | |
2012-11-24 | plugins: drop arch filename extensions | notaz | |
they do more harm than good | |||
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-19 | dfsound: add PulseAudio workaround | notaz | |
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 | |