aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-14dfinput: return 0xff when the packet ends, like the real thing doesnotaz
2011-06-07enable Wall warnings by defaultnotaz
2011-06-07psxbios: fix some -Wall warningsnotaz
2011-06-07drc: comment out some broken codenotaz
2011-06-07drc: init vars that gcc thinks can be used uninitialized, just in casenotaz
2011-06-07drc: fix warning in my codenotaz
2011-06-07pandora: keep package name between versionsnotaz
2011-06-07r3000a: don't patch RAM to work around BIOSnotaz
2011-06-06cdrom: do a NULL check, some plugins may return thatnotaz
2011-06-06frontend: support some emu actions in x11 buildnotaz
2011-04-05frontend: allow loading states from specified filenotaz
2011-04-05plugins: expand GPUvBlank to pass hcounter pointernotaz
2011-04-05frontend: make -psxout cmd arg override confignotaz
2011-03-26dfxvideo: allow frameskip in interlace mode toonotaz
2011-03-22r3000a: reset cpu after setting up registersnotaz
2011-03-22drc: start in more consistent statenotaz
2011-03-22release r8notaz
2011-03-22dfxvideo: rm some more ZN leftoversnotaz
2011-03-21try to align timing with LCD refreshnotaz
2011-03-21frontend: nub-as-btn option + gamepad fixnotaz
2011-03-21frontend: input: add hack to allow abs-only devicesnotaz
2011-03-21frontend: input: detect dead devices, always set keynamesnotaz
2011-03-21frontend: input: kill "merge with defaults" behaviornotaz
2011-03-19drc: try even more to not compile code as 64bitnotaz
2011-03-17frontend: warn about frameskip problemsnotaz
2011-03-17drc: ujump DS $ra overwrite fix?notaz
2011-03-17minor debug code updatesnotaz
2011-03-15drc: hack for stack-in-RAM-mirror casenotaz
2011-03-15drc: implement ra accesses in ujump DSnotaz
2011-03-14frontend: bios warning bugfixnotaz
2011-03-14cdrom: merge a fix from PCSX-Reloadednotaz
2011-03-14cdrom: restore cdrWrite3 reschedulenotaz
2011-03-14frontend: add screenshot functionalitynotaz
2011-03-14add a simple tool to make pocketiso .z imagesnotaz
2011-03-14dfxvideo: make fskip update on vsync toonotaz
2011-03-12frontend: debug menu adjustmentnotaz
2011-03-10psxinterpreter: do interrupt test after doing target instructionSND\notaz_cp
2011-03-10drc: handle some load delay cases with interpreternotaz
2011-03-08pcsxmem: fix ro write handlernotaz
2011-03-08drc: update invalid_code for RAM when mirrors are touchednotaz
2011-03-07spu: fix valgrind errorsnotaz
2011-03-07drc: fix valgrind errorsnotaz
2011-03-07drc: rm unneeded writebacks in stubs, as suggested by Ari64notaz
2011-03-07frontend: fix valgrind errorsnotaz
2011-03-02release r7notaz
2011-03-02dfxvideo: turn off strict-aliasing (causes problems)notaz
2011-03-01dfxvideo: use bit31 handling from pcsxr-svnnotaz
2011-03-01drc: clear dynarec completely on CD image changenotaz
2011-03-01frontend: add BIOS warningnotaz
2011-03-01frontend: move skin and darken the backgroundnotaz