Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-26 | fixed lag with analog pad device | alexis-puska | |
Fixed lag with analog pad device, some code is override when have a pad in analog mode. | |||
2016-06-18 | init default value for dfInput plugins | alexis-puska | |
init default value for dfInput plugins | |||
2016-04-22 | Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master | dankcushions | |
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2015-11-17 | cleanup | phaseIV | |
2015-11-16 | initial neGcon controller support | phaseIV | |
2015-09-29 | (vita) build fix. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
2015-02-06 | libretro: always use fixed samples per frame | notaz | |
2015-02-05 | gpulib: remove unneeded hack | notaz | |
2015-02-04 | gpu_unai: fix some 64bit issues | notaz | |
2015-02-03 | frontend: fix minor glitches on video mode changes | notaz | |
2015-02-02 | spu: c64x: fix cache handling, enable l2 | notaz | |
2015-02-02 | spu: fix some thread safety issues | notaz | |
reverb and stuff | |||
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-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 | fix up other platforms after rumble change | notaz | |
2014-12-20 | libretro: Add rumble support | ksv1986 | |
Conflicts: frontend/libretro.c | |||
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 | |||
2014-12-20 | spu: remove some hacks | notaz | |
2014-12-20 | spu: rework synchronization | notaz | |
2014-12-20 | spu: add a schedule callback | notaz | |
2014-12-20 | spu: fix some fmod related breakage | notaz | |
2013-11-04 | psx_gpu: workaround binutils bug #14887 | notaz | |
Initially reported and patch supplied by ssj3gogeta | |||
2013-04-02 | drc/psx_gpu: handle more calling conventions | notaz | |
2013-04-01 | asm: fix incorrect offsets | notaz | |
2013-04-01 | psx_gpu: support relative jumptables | notaz | |
stupid Mach-O | |||
2013-04-01 | psx_gpu: convert to UAL, load everything from context | notaz | |
2013-04-01 | still adjusting asm for better as compatibility.. | notaz | |
2013-03-25 | asm: use a macro for functions | notaz | |
2013-03-25 | Don't compile in null sound driver for libretro and add | twinaphex | |
Makefile.libretro | |||
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 | 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-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it |