aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-18drc: enable and fix warningsnotaz
2016-09-18drc: mark things staticnotaz
2016-09-18drc: strip eol blanksnotaz
2016-09-18drc: drop less obvious dead codenotaz
2016-09-18drc: drop heaps of dead codenotaz
2016-07-10libretro: try to prevent bad buildsnotaz
2016-04-01fix build on some archsnotaz
2016-04-01don't use __ARM_ARCH_7A__notaz
2016-04-01use __ARM_ARCHnotaz
2016-03-05large file supportnotaz
2016-02-28psxmem: use rounding that's more likely to worknotaz
2016-02-28drc: handle any immediatenotaz
2016-01-07menu: fix input config for device names ending with spacenotaz
2015-03-25psxmem: fix error handlingnotaz
2015-02-14arm_features.h Add ARM architectures 8A and 6Mgizmo98
2015-02-06libretro: always use fixed samples per framenotaz
2015-02-05release r22notaz
2015-02-05gpulib: remove unneeded hacknotaz
2015-02-05dma: some timing hacksnotaz
2015-02-05dma: do some madr updatesnotaz
2015-02-04gpu_unai: fix some 64bit issuesnotaz
2015-02-03frontend: fix minor glitches on video mode changesnotaz
2015-02-03frontend: update libpicofenotaz
2015-02-02spu: c64x: fix cache handling, enable l2notaz
2015-02-02spu: fix some thread safety issuesnotaz
2015-02-01readme: fix a linknotaz
2015-02-01convert readme to markdownnotaz
2015-01-31travis: add dependenciesnotaz
2015-01-31let's try Travis CInotaz
2015-01-31gte_arm.S: Use ARMv6 if possiblegizmo98
2015-01-31assem_arm.c: Use ARMv6 instructions if possiblegizmo98
2015-01-31Add __ARM_ARCH_7S__ architecturegizmo98
2015-01-14frontend: pandora: work around r20a vs r21 versioningnotaz
2015-01-13try to fix r-pi buildnotaz
2015-01-13release r21notaz
2015-01-13frontend: tune scanline implementation a bitnotaz
2015-01-13frontend: show C64x optionnotaz
2015-01-13spu: put reverb on the thread toonotaz
2015-01-12gpulib: use more conservative loop detectionnotaz
2015-01-12some random improvementsnotaz
2015-01-12spu: fix some skip accuracy issuesnotaz
2015-01-10spu: don't block on audionotaz
2015-01-10spu: support multiple pending buffersnotaz
2015-01-05spu: finish offload code to TI C64x DSPnotaz
2015-01-04spu: start offload code to TI C64x DSPnotaz
2015-01-04spu: threaded implementationnotaz
2015-01-03spu: get rid of bStop, clean upnotaz
2015-01-03spu: move more things to StartSoundnotaz
2015-01-03spu: reduce use of globalsnotaz
2015-01-03spu: handle stop better, split main func morenotaz