aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 :(
2013-01-05frontend: add layer height limitnotaz
otherwise some platforms may end up trying to set resolutions with low height and fail
2013-01-05gpulib: limit heightnotaz
2013-01-05spu: fix decode offsetnotaz
2013-01-05spu: stop at address 0notaz
or should we? (Music 2000)
2013-01-05spu: check buffer state less oftennotaz
2013-01-04gpulib: fix frameskip cmd skippingnotaz
2013-01-03ignore case for cwcheatnotaz
headers can have mixed case, which doesn't match common cheat files?
2013-01-03spu: also return on decoder irqsnotaz
2013-01-03cdrom: implement attenuator/volume properlynotaz
2013-01-03spu: fix decode buffersnotaz
sync is still broken :(
2013-01-03cdriso: handle file offsets betternotaz
2013-01-03cdriso: simplify read codenotaz
2013-01-03sbi: update according to Nocash docnotaz
no idea if it's correct though
2013-01-03cdrom: give up on cdda subq supportnotaz
this just won't currently work because atleast of: - reads racing with cdda thread - hw cdrom plugins - broken/unknown format .sub files
2013-01-03cdrom: attempt to deal with broken subq :(notaz