Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-25 | Changes to Makefile.libretro | twinaphex | |
2013-03-25 | Don't compile in null sound driver for libretro and add | twinaphex | |
Makefile.libretro | |||
2013-03-24 | Merge pull request #1 from CatalystG/libretro | Squarepusher | |
Add support for PlayBook/BB10 with libretro | |||
2013-03-24 | Add missing ifdef, move QNX RAM mapping closer to others | CatalystG | |
2013-03-24 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-23 | Revert "(iOS) Use GCC (not working yet)" | twinaphex | |
This reverts commit 0286c81237da184cd98afa96bf0215d0e9d2a596. | |||
2013-03-22 | (iOS) Use GCC (not working yet) | twinaphex | |
2013-03-22 | Changes to Makefile.libretro | twinaphex | |
2013-03-22 | (libretro) Library version is too long to show in RGUI | twinaphex | |
2013-03-21 | Don't compile in null sound driver for libretro and add | twinaphex | |
Makefile.libretro | |||
2013-03-18 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
2013-03-17 | release r19 | notaz | |
2013-03-17 | drc: timing hacks | notaz | |
run tiny loops faster, no store penalty | |||
2013-03-17 | spu: change sync again | notaz | |
will hurt audio if game is way too slow, but perhaps improve sync situation a bit.. | |||
2013-03-15 | libretro: support disk control interface | notaz | |
2013-03-15 | frontend/menu: clean up cht loader | notaz | |
2013-03-15 | cdriso: handle no disk state better | notaz | |
2013-03-15 | frontend: sdl fixes | notaz | |
2013-03-15 | frontend: exit immediately on signals | notaz | |
.. and only hook them when compiled with frontend | |||
2013-03-15 | psx_gpu: fix line mask test | notaz | |
2013-03-15 | psx_gpu: minor test fixes | notaz | |
2013-03-15 | psx_gpu: fix mask set in blend_blocks variant | notaz | |
thanks to Exophase for help with coming up with this fix | |||
2013-03-15 | Fix PSX unmap issue causing crash on exit | CatalystG | |
2013-03-15 | cdrom: stopping read should stop seek too | notaz | |
2013-03-15 | cdrom: use single read/play cursor, handle cdlRead for cdda | notaz | |
cdlRead on cdda tested on real hardware | |||
2013-03-15 | psxmem: handle io mirrors | notaz | |
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I | |||
2013-03-15 | psxbios: merge from pcsxr | notaz | |
ckain's overflow fix (patch 13685) | |||
2013-02-18 | frontend: maemo: some refactoring | notaz | |
2013-02-17 | Merge pull request #12 from sakya/master | notaz | |
Maemo ehancement | |||
2013-02-17 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
2013-02-17 | Fixed makefile (TSLIB) | Paolo Iommarini | |
2013-02-17 | Fixed maemo rules | Paolo Iommarini | |
2013-02-17 | Added debian_maemo to build the maemo package | Paolo Iommarini | |
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-09 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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 | disable standalone pluign builds | notaz | |
these were for testing mostly, not for general use. Also fix a typo along the way. | |||
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-29 | Merge git://github.com/notaz/pcsx_rearmed | twinaphex | |
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 | psxmem: try to choose mem addresses more carefully | notaz | |
2013-01-28 | frontend: logging updates | notaz | |
go to logcat on Android |