aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-01libretro/ios: enable dynarec, update target namesnotaz
2013-04-01drc: convert linkage_arm to UAL, adjust loadsnotaz
2013-04-01fix clang warningsnotaz
2013-04-01drc: use print wrapper to output errorsnotaz
..for platforms without working printf
2013-04-01gte_neon: access scratch_buf through drc contextnotaz
2013-04-01drc: rework linkage_arm for better assembler compatibilitynotaz
2013-04-01still adjusting asm for better as compatibility..notaz
2013-03-31tiny little android neon build fixalmostalive
2013-03-25libretro: rework makefilenotaz
2013-03-25asm: use a macro for functionsnotaz
2013-03-25cspace_neon: convert to .Snotaz
we'll need the preprocessor in next patch
2013-03-25gas-preprocessor: support .bssnotaz
same as .data on Mach-O it seems
2013-03-25gte: be friendly to more assemblersnotaz
2013-03-25use gas-preprocessor for iosnotaz
imported from https://github.com/yuvi/gas-preprocessor
2013-03-25Add missing ifdef, move QNX RAM mapping closer to othersCatalystG
2013-03-25Add support for PlayBook/BB10 with libretroCatalystG
2013-03-25Changes to Makefile.libretrotwinaphex
2013-03-25Don't compile in null sound driver for libretro and addtwinaphex
Makefile.libretro
2013-03-17release r19notaz
2013-03-17drc: timing hacksnotaz
run tiny loops faster, no store penalty
2013-03-17spu: change sync againnotaz
will hurt audio if game is way too slow, but perhaps improve sync situation a bit..
2013-03-15libretro: support disk control interfacenotaz
2013-03-15frontend/menu: clean up cht loadernotaz
2013-03-15cdriso: handle no disk state betternotaz
2013-03-15frontend: sdl fixesnotaz
2013-03-15frontend: exit immediately on signalsnotaz
.. and only hook them when compiled with frontend
2013-03-15psx_gpu: fix line mask testnotaz
2013-03-15psx_gpu: minor test fixesnotaz
2013-03-15psx_gpu: fix mask set in blend_blocks variantnotaz
thanks to Exophase for help with coming up with this fix
2013-03-15Fix PSX unmap issue causing crash on exitCatalystG
2013-03-15cdrom: stopping read should stop seek toonotaz
2013-03-15cdrom: use single read/play cursor, handle cdlRead for cddanotaz
cdlRead on cdda tested on real hardware
2013-03-15psxmem: handle io mirrorsnotaz
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I
2013-03-15psxbios: merge from pcsxrnotaz
ckain's overflow fix (patch 13685)
2013-02-18frontend: maemo: some refactoringnotaz
2013-02-17Merge pull request #12 from sakya/masternotaz
Maemo ehancement
2013-02-17Fixed makefile (TSLIB)Paolo Iommarini
2013-02-17Fixed maemo rulesPaolo Iommarini
2013-02-17Added debian_maemo to build the maemo packagePaolo Iommarini
2013-02-17Maemo ehancementPaolo Iommarini
-Added command line options -Added pause on incoming call -Added change disc
2013-02-15frontend: pandora: adjust hugetlb allocationnotaz
needs some tweaks after mem refactoring
2013-02-08frontend: add armv6 color space converternotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
2013-02-08frontend: check for xlib when it's needednotaz
2013-02-06disable standalone pluign buildsnotaz
these were for testing mostly, not for general use. Also fix a typo along the way.
2013-02-06attempt to make gles plugin work under RPinotaz
2013-02-05frontend: do all bpp handling in plugin_libnotaz
2013-01-31frontend: change how exit is donenotaz
will no longer be done from recompiler callback that could cause still used data to be freed
2013-01-28libretro: handle regionsnotaz
2013-01-28frontend: don't set up profile paths without frontendnotaz