aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-03drc: fix a bug made during UAL conversionnotaz
2013-04-02drc: handle more calling conventionsnotaz
2013-04-02drc/psx_gpu: handle more calling conventionsnotaz
2013-04-02libretro: rename targets to be picked by menunotaz
2013-04-02frontend: flush emuLognotaz
nothing should be writing to that too often
2013-04-02avoid MAP_FIXED, log mappingsnotaz
MAP_FIXED overrides existing mappings, we don't want that
2013-04-02frontend: attempt basic ios loggingnotaz
2013-04-01libretro: minor adjustments and a sanity checknotaz
2013-04-01(Blackberry) Define CC and AR in Makefile - so we can compile from thetwinaphex
commandline
2013-04-01(Libretro Makefile) Add ARM targettwinaphex
2013-04-01asm: fix incorrect offsetsnotaz
2013-04-01libretro: enable gpu_neonnotaz
2013-04-01psx_gpu: support relative jumptablesnotaz
stupid Mach-O
2013-04-01psx_gpu: convert to UAL, load everything from contextnotaz
2013-04-01libretro/ios: workaround clang segfaultnotaz
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