aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.h
AgeCommit message (Collapse)Author
2015-01-03mingw build fixesnotaz
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2012-01-03bring GPUvBlank backnotaz
to be used for interlace emulation
2011-12-05remove gpu vblank callbacksnotaz
we do it in core now
2011-10-08spu/cdda: sync cdda to spu playbacknotaz
this will probably make cdrom/vsync timing desync situation worse (those were never in sync anyway) but fix some cdda related sound stuttering. Those magic values are used trying to preserve other SPU plugin compatibility.
2011-09-27psxcounters: avoid update on each hsyncnotaz
no useful work is done on hsync, no reason to interrupt the recompiler that often, set up events as needed.
2011-04-05plugins: expand GPUvBlank to pass hcounter pointernotaz
2011-02-10add cd swap functionalitynotaz
2010-11-16pcsxr-1.9.92PCSX* teams