aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-01-03cdriso: fix .cue file parsingnotaz
2013-01-03cdrom: keep savestate compatnotaz
2013-01-03cdrom: clean up subq handlingnotaz
keep track of it at all times
2013-01-03cdrom: clean up play command handlingnotaz
Once again, based on mednafen/nocash.
2013-01-03cdrom: rework seek hacknotaz
2013-01-03frontend: remove unneeded hack optionsnotaz
2013-01-03cdrom: cleanup irq reschedule and pause hacksnotaz
2013-01-02cdrom: cleanup various hacksnotaz
Most decisions were made based on Mednafen source on Nocash doc, so all credits for hardware info go to Ryphecha/Nocash. A few things confirmed on real hardware by me.
2013-01-01cdrom: cleanup loggingnotaz
2013-01-01cdrom: tune and log stat hacknotaz
2012-12-27cdrom: fix irq checknotaz
2012-12-26configure: handle ARM machine names with versionnotaz
like armv6l-unknown-linux-gnueabihf in Arch Linux
2012-12-23configure: detect common mistakesnotaz
2012-12-23drc: fix bugs in armv4 codepathnotaz
wasn't even passing BIOS because of them..
2012-12-23frontend: fix pulseaudio, detect it in configure scriptnotaz
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-21warning fixnotaz
2012-12-17libretro: support savestates and cheatsnotaz
cheats untested