Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-01 | drc: rework linkage_arm for better assembler compatibility | notaz | |
2013-04-01 | still adjusting asm for better as compatibility.. | notaz | |
2013-03-31 | tiny little android neon build fix | almostalive | |
2013-03-25 | libretro: rework makefile | notaz | |
2013-03-25 | asm: use a macro for functions | notaz | |
2013-03-25 | cspace_neon: convert to .S | notaz | |
we'll need the preprocessor in next patch | |||
2013-03-25 | gas-preprocessor: support .bss | notaz | |
same as .data on Mach-O it seems | |||
2013-03-25 | gte: be friendly to more assemblers | notaz | |
2013-03-25 | use gas-preprocessor for ios | notaz | |
imported from https://github.com/yuvi/gas-preprocessor | |||
2013-03-25 | Add missing ifdef, move QNX RAM mapping closer to others | CatalystG | |
2013-03-25 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-25 | Changes to Makefile.libretro | twinaphex | |
2013-03-25 | Don't compile in null sound driver for libretro and add | twinaphex | |
Makefile.libretro | |||
2013-03-17 | release r19 | notaz | |
2013-03-17 | drc: timing hacks | notaz | |
run tiny loops faster, no store penalty | |||
2013-03-17 | spu: change sync again | notaz | |
will hurt audio if game is way too slow, but perhaps improve sync situation a bit.. | |||
2013-03-15 | libretro: support disk control interface | notaz | |
2013-03-15 | frontend/menu: clean up cht loader | notaz | |
2013-03-15 | cdriso: handle no disk state better | notaz | |
2013-03-15 | frontend: sdl fixes | notaz | |
2013-03-15 | frontend: exit immediately on signals | notaz | |
.. and only hook them when compiled with frontend | |||
2013-03-15 | psx_gpu: fix line mask test | notaz | |
2013-03-15 | psx_gpu: minor test fixes | notaz | |
2013-03-15 | psx_gpu: fix mask set in blend_blocks variant | notaz | |
thanks to Exophase for help with coming up with this fix | |||
2013-03-15 | Fix PSX unmap issue causing crash on exit | CatalystG | |
2013-03-15 | cdrom: stopping read should stop seek too | notaz | |
2013-03-15 | cdrom: use single read/play cursor, handle cdlRead for cdda | notaz | |
cdlRead on cdda tested on real hardware | |||
2013-03-15 | psxmem: handle io mirrors | notaz | |
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I | |||
2013-03-15 | psxbios: merge from pcsxr | notaz | |
ckain's overflow fix (patch 13685) | |||
2013-02-18 | frontend: maemo: some refactoring | notaz | |
2013-02-17 | Merge pull request #12 from sakya/master | notaz | |
Maemo ehancement | |||
2013-02-17 | Fixed makefile (TSLIB) | Paolo Iommarini | |
2013-02-17 | Fixed maemo rules | Paolo Iommarini | |
2013-02-17 | Added debian_maemo to build the maemo package | Paolo Iommarini | |
2013-02-17 | Maemo ehancement | Paolo Iommarini | |
-Added command line options -Added pause on incoming call -Added change disc | |||
2013-02-15 | frontend: pandora: adjust hugetlb allocation | notaz | |
needs some tweaks after mem refactoring | |||
2013-02-08 | frontend: add armv6 color space converter | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-02-08 | frontend: check for xlib when it's needed | notaz | |
2013-02-06 | disable standalone pluign builds | notaz | |
these were for testing mostly, not for general use. Also fix a typo along the way. | |||
2013-02-06 | attempt to make gles plugin work under RPi | notaz | |
2013-02-05 | frontend: do all bpp handling in plugin_lib | notaz | |
2013-01-31 | frontend: change how exit is done | notaz | |
will no longer be done from recompiler callback that could cause still used data to be freed | |||
2013-01-28 | libretro: handle regions | notaz | |
2013-01-28 | frontend: don't set up profile paths without frontend | notaz | |
2013-01-28 | ange how no memcards are specified | notaz | |
empty string now just means "don't save/load" | |||
2013-01-28 | psxmem: try to choose mem addresses more carefully | notaz | |
2013-01-28 | frontend: logging updates | notaz | |
go to logcat on Android | |||
2013-01-28 | frontend: path handling fix | notaz | |
2013-01-28 | merge minor fixes from pcsxr | notaz | |
my own code.. |