Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-31 | let's try Travis CI | notaz | |
2015-01-31 | gte_arm.S: Use ARMv6 if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. ssat, usat and sxth are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-31 | assem_arm.c: Use ARMv6 instructions if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-31 | Add __ARM_ARCH_7S__ architecture | gizmo98 | |
See http://sourceforge.net/p/predef/wiki/Architectures/ Apple A6 is an __ARM__ARCH_7S__ architecture. | |||
2015-01-14 | frontend: pandora: work around r20a vs r21 versioning | notaz | |
otherwise PNDManager doesn't want to update.. | |||
2015-01-13 | try to fix r-pi build | notaz | |
2015-01-13 | release r21 | notaz | |
2015-01-13 | frontend: tune scanline implementation a bit | notaz | |
2015-01-13 | frontend: show C64x option | notaz | |
2015-01-13 | spu: put reverb on the thread too | notaz | |
and more stuff to work struct | |||
2015-01-12 | gpulib: use more conservative loop detection | notaz | |
the old one was causing too many cache misses | |||
2015-01-12 | some random improvements | notaz | |
2015-01-12 | spu: fix some skip accuracy issues | notaz | |
2015-01-10 | spu: don't block on audio | notaz | |
2015-01-10 | spu: support multiple pending buffers | notaz | |
for threaded implementation | |||
2015-01-05 | spu: finish offload code to TI C64x DSP | notaz | |
rather disappointing result so far, though :( | |||
2015-01-04 | spu: start offload code to TI C64x DSP | notaz | |
2015-01-04 | spu: threaded implementation | notaz | |
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled | |||
2015-01-03 | spu: get rid of bStop, clean up | notaz | |
2015-01-03 | spu: move more things to StartSound | notaz | |
2015-01-03 | spu: reduce use of globals | notaz | |
to be used by upcoming threaded code.. | |||
2015-01-03 | spu: handle stop better, split main func more | notaz | |
2015-01-03 | mingw build fixes | notaz | |
2014-12-25 | release r20 | notaz | |
2014-12-25 | drc: more timing hacks | notaz | |
b6e87b2bc096 broke R-Type sound, try to recover.. also check PE2 | |||
2014-12-25 | frontend: savestate autoload support | notaz | |
2014-12-25 | frontend: fix broken cropping | notaz | |
2014-12-25 | frontend: scanline efect and memcard saving | notaz | |
2014-12-25 | cspace_neon: don't trash callee-save registers | notaz | |
2014-12-25 | frontend: add 2x scaling option | notaz | |
2014-12-24 | menu: file browser fixes | notaz | |
2014-12-24 | cdrom: handle old savestates better | notaz | |
I still have to many of them and use them for testing.. | |||
2014-12-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-23 | drc: replace unused reg32 with new reg_sv_flags | notaz | |
2014-12-21 | psxbios: don't crash on negative length | notaz | |
Contra Legacy of War does memset(..., -1) | |||
2014-12-21 | misc: merge from pcsxr r91261,r91276 | notaz | |
Author: edgbla Small fixes. 11834, 11836 (Lioncash); | |||
2014-12-21 | cdriso: merge from pcsxr r90558 | notaz | |
Author: edgbla cdriso: cbn/cbin detection fix; | |||
2014-12-21 | psxbios: merge from pcsxr r90224-r90227 | notaz | |
Author: weimingzhi psxbios: format() | |||
2014-12-21 | misc: merge from pcsxr r86908 | notaz | |
Author: edgbla CdromId fix; | |||
2014-12-21 | libretro: enable dither for peops plugin | notaz | |
2014-12-21 | spu: fix first sample, don't play ahead | notaz | |
2014-12-21 | spu: avoid NULL pSpuIrq | notaz | |
CTR sets 0 irq address, and savestates mess up | |||
2014-12-20 | libretro: Cleanup Makefile.libretro. | sergiobenrocha2 | |
Conflicts: Makefile.libretro | |||
2014-12-20 | fix up other platforms after rumble change | notaz | |
2014-12-20 | libretro: Add rumble support | ksv1986 | |
Conflicts: frontend/libretro.c | |||
2014-12-20 | psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-20 | libretro: minor fixes | notaz | |
- use more compatible clock setting on non-ARM - drop redundant SET_PERFORMANCE_LEVEL (check_system_specs() does it later) | |||
2014-12-20 | libretro: add some SPU options | notaz | |
2014-12-20 | libretro: update for newer spu code | notaz | |
- no sample counting needed now - add a callback check | |||
2014-12-20 | spu: put globals into a structure | notaz | |
- also clean up some unused stuff - put spu config into it's own structure and header |