Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-01-03 | spu: fix decode buffers | notaz | |
sync is still broken :( | |||
2013-01-03 | cdriso: handle file offsets better | notaz | |
2013-01-03 | cdriso: simplify read code | notaz | |
2013-01-03 | sbi: update according to Nocash doc | notaz | |
no idea if it's correct though | |||
2013-01-03 | cdrom: give up on cdda subq support | notaz | |
this just won't currently work because atleast of: - reads racing with cdda thread - hw cdrom plugins - broken/unknown format .sub files | |||
2013-01-03 | cdrom: attempt to deal with broken subq :( | notaz | |
2013-01-03 | cdriso: fix .cue file parsing | notaz | |
2013-01-03 | cdrom: keep savestate compat | notaz | |
2013-01-03 | cdrom: clean up subq handling | notaz | |
keep track of it at all times |