aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
AgeCommit message (Expand)Author
2020-10-28Fix build with -fno-common (default in gcc10)negativeExponent
2020-10-21Revert "fixes link time errors on the RPi platform (tested with 3 and 4)"Autechre
2020-10-20fixes link time errors on the RPi platform (tested with 3 and 4)Daniel Morilha
2020-05-23Silence some warningsnegativeExponent
2014-12-20psxcounters: don't do many spu updatesnotaz
2014-12-20spu: rework synchronizationnotaz
2012-12-17make non-zlib save compression possiblenotaz
2012-11-10psxcounters: refresh internal state after savestate loadnotaz
2012-07-18psxcounters: use cycles when calculating updatesnotaz
2012-01-03bring GPUvBlank backnotaz
2012-01-01change lcf handlingnotaz
2011-12-05psxcounters: avoid excessive recalculationsnotaz
2011-12-05psxcounters: handle overflow = target casenotaz
2011-12-05let's try alternative vsync timingnotaz
2011-12-05remove gpu vblank callbacksnotaz
2011-12-05move some gpu status handling to corenotaz
2011-10-30psxcounters: use higher precision for vsync timingnotaz
2011-10-30make root counters use generic event scheduling codenotaz
2011-10-30inline/parametrize rootcounter readsnotaz
2011-10-30psxcounters: avoid doing excessive updatesnotaz
2011-10-10psxcounters: change spu update ~2msnotaz
2011-09-27psxcounters: avoid update on each hsyncnotaz
2011-09-23fix build on some ARM toolchainsnotaz
2011-07-13psxcounters: merge shalma's suggestionnotaz
2011-06-07enable Wall warnings by defaultnotaz
2011-04-05plugins: expand GPUvBlank to pass hcounter pointernotaz
2011-03-21try to align timing with LCD refreshnotaz
2010-12-23init some forgotten stuffnotaz
2010-11-16pcsxr-1.9.92PCSX* teams