aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-12-17make non-zlib save compression possiblenotaz
2012-12-16libretro: check for CAN_DUPE, as suggested by ToadKingnotaz
2012-12-16dfxvideo: don't build Xv version (no longer used)notaz
2012-12-11libretro: handle bordersnotaz
2012-12-11misc: make error message remind about common mistakenotaz
2012-12-11libretro: set cycle_multipliernotaz
2012-12-10Merge branch 'libretro'notaz
Conflicts: frontend/libretro.c
2012-12-10libretro: minor cleanupsnotaz
2012-12-10libretro: only pass fb to video_cb when it's updatednotaz
2012-12-10update .gitignoreToad King
2012-12-10libretro: initialize blank memory cardToad King
2012-12-10libretro: Move flip screen counter increment back to end of flip screen callbacktwinaphex
2012-12-10libretro: call video_cb on every frametwinaphex
We need to do video_cb in retro_run every frame instead of just once every time the video callback is called - otherwise we will get very bad/skippy framerates. Performance is much improved now in nearly all games.
2012-12-10libretro: make RGB565 support into compile-time optiontwinaphex
all libretro frontends should support this no matter what
2012-12-10libretro: use SRAM saving routines for memory card.Toad King
force only one memory card for libretro
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-12-09avoid bogus warningnotaz
2012-12-07configure: set float-abi even without armv6notaz
2012-12-02frontend: fix clean libretro buildnotaz
2012-12-02rm x86 and ppc dynarec remainsnotaz
that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired.
2012-12-02improve ARM feature detectionnotaz