Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | cdrom: tune and log stat hack | notaz | |
2012-12-27 | cdrom: fix irq check | notaz | |
2012-12-26 | configure: handle ARM machine names with version | notaz | |
like armv6l-unknown-linux-gnueabihf in Arch Linux | |||
2012-12-24 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
2012-12-23 | configure: detect common mistakes | notaz | |
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 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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-04 | update .gitignore | Toad King | |
2012-12-04 | initialize blank memory card in libretro | Toad King | |
2012-12-04 | Move flip screen counter increment back to end of flip screen callback | twinaphex | |
2012-12-04 | (Libretro) We need to do video_cb in retro_run every frame instead of | twinaphex | |
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-04 | Make RGB565 support into compile-time option - all libretro frontends | twinaphex | |
should support this no matter what | |||
2012-12-02 | [LIBRETRO] use SRAM saving routines for memory card. | Toad King | |
force only one memory card for libretro | |||
2012-12-02 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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-29 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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-28 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
2012-11-28 | Revert "(Android) renamed gte_arm.s to gte_arm.S so it builds on Linux" | twinaphex | |
This reverts commit f4ea2656730fa58df5d340f367ba2a334295c2eb. | |||
2012-11-28 | Revert "rename gte_arm.S back to gte_arm.s, fixes compiling on non-Android ↵ | twinaphex | |
platforms" This reverts commit 159dc8eed41f86f841d7b0178ed6a015e8019a5e. |