Age | Commit message (Collapse) | Author | |
---|---|---|---|
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.. | |||
2013-01-28 | cdriso: merge cdda code from pcsxr | notaz | |
my own code.. | |||
2013-01-18 | psxbios: handle u modifier | notaz | |
2013-01-18 | cdrom: move more handling to cdrInterrupt | notaz | |
2013-01-18 | cdrom: cleanup, support errors, improve timing | notaz | |
most changes verified on real thing | |||
2013-01-18 | cdrom: rewrite lid code | notaz | |
based on tests on real hardware | |||
2013-01-13 | cdrom: some swap cd tuning | notaz | |
because last commit removed wrong read stop | |||
2013-01-13 | cdrom: remove stopping on TN | notaz | |
breaks N2O, does not make sense too | |||
2013-01-13 | cdrom: fix ID, again | notaz | |
2013-01-13 | frontend: save gamma too | notaz | |
2013-01-13 | cdrom: set proper reset values | notaz | |
fixes HLE | |||
2013-01-13 | cdriso: improve .toc handling | notaz | |
2013-01-11 | cdrom: minor cleanup | notaz | |
2013-01-11 | cdrom: fix ID | notaz | |
also adjust ReadTOC timing and logs | |||
2013-01-06 | release r18 | notaz | |
2013-01-06 | frontend: minor menu refactoring | notaz | |
2013-01-06 | frontend: get rid of _FILE_OFFSET_BITS | notaz | |
pandora's zlib is too old to handle off_t with that define | |||
2013-01-06 | fix irq status | notaz | |
tested on real hardware | |||
2013-01-06 | fully reinit drc on change | notaz | |
2013-01-06 | gpus: handle list underflows better | notaz | |
2013-01-06 | frontend: filter more unneeded files in browser | notaz | |
2013-01-05 | gpulib: update after open | notaz | |
2013-01-05 | frontend: don't update during reset | notaz | |
otherwise update thread may collect input events that really belong to UI. Another hack :( | |||
2013-01-05 | frontend: add layer height limit | notaz | |
otherwise some platforms may end up trying to set resolutions with low height and fail | |||
2013-01-05 | gpulib: limit height | notaz | |
2013-01-05 | spu: fix decode offset | notaz | |
2013-01-05 | spu: stop at address 0 | notaz | |
or should we? (Music 2000) | |||
2013-01-05 | spu: check buffer state less often | notaz | |
2013-01-04 | gpulib: fix frameskip cmd skipping | notaz | |
2013-01-03 | ignore case for cwcheat | notaz | |
headers can have mixed case, which doesn't match common cheat files? | |||
2013-01-03 | spu: also return on decoder irqs | notaz | |
2013-01-03 | cdrom: implement attenuator/volume properly | notaz | |