aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2013-01-28psxmem: try to choose mem addresses more carefullynotaz
2013-01-28frontend: logging updatesnotaz
go to logcat on Android
2013-01-28frontend: path handling fixnotaz
2013-01-28merge minor fixes from pcsxrnotaz
my own code..
2013-01-28cdriso: merge cdda code from pcsxrnotaz
my own code..
2013-01-18psxbios: handle u modifiernotaz
2013-01-18cdrom: move more handling to cdrInterruptnotaz
2013-01-18cdrom: cleanup, support errors, improve timingnotaz
most changes verified on real thing
2013-01-18cdrom: rewrite lid codenotaz
based on tests on real hardware
2013-01-13cdrom: some swap cd tuningnotaz
because last commit removed wrong read stop
2013-01-13cdrom: remove stopping on TNnotaz
breaks N2O, does not make sense too
2013-01-13cdrom: fix ID, againnotaz
2013-01-13frontend: save gamma toonotaz
2013-01-13cdrom: set proper reset valuesnotaz
fixes HLE
2013-01-13cdriso: improve .toc handlingnotaz
2013-01-11cdrom: minor cleanupnotaz
2013-01-11cdrom: fix IDnotaz
also adjust ReadTOC timing and logs
2013-01-06release r18notaz
2013-01-06frontend: minor menu refactoringnotaz
2013-01-06frontend: get rid of _FILE_OFFSET_BITSnotaz
pandora's zlib is too old to handle off_t with that define
2013-01-06fix irq statusnotaz
tested on real hardware
2013-01-06fully reinit drc on changenotaz
2013-01-06gpus: handle list underflows betternotaz
2013-01-06frontend: filter more unneeded files in browsernotaz
2013-01-05gpulib: update after opennotaz
2013-01-05frontend: don't update during resetnotaz
otherwise update thread may collect input events that really belong to UI. Another hack :(