aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-08drc: merge Ari64's patch: 18_loop_preload_fixnotaz
2011-07-08drc: merge part of old Ari64's patch: 09_tlb_offsetnotaz
This one is from previous batch, applying so that the next patch applies.
2011-07-08drc: merge Ari64's patch: 17_branch_target_liveness_analysisnotaz
2011-07-08drc: merge Ari64's patch: 16_continue_after_branch_into_delay_slotnotaz
2011-07-08drc: merge Ari64's patch: 15_dirty_registers_fixnotaz
2011-07-08drc: merge Ari64's patch: 14_dont_save_or_restore_temporarynotaz
2011-07-08drc: merge Ari64's patch: 13_dummy_loadsnotaz
2011-07-08drc: merge Ari64's patch: 12_cycle_countnotaz
2011-07-08drc: merge Ari64's patch: 11_dealloc_reg_clear_const_flagnotaz
2011-07-08drc: merge Ari64's patch: 04_constant_address_pagefaultsnotaz
causes problems in PCSX, so ifdefed out but left there to reduce drift from Ari64's version.
2011-07-08drc: merge Ari64's patch: 03_needed_againnotaz
2011-07-08drc: merge Ari64's patch: 01_year_2011notaz
2011-07-08cdrom: remove play pregap hacknotaz
cdriso code handles this now
2011-07-08cdriso: handle pregap read/playnotaz
2011-07-08cdriso: handle TOC and track timing betternotaz
2011-07-08frontend: update file browser filtersnotaz
2011-07-08frontend: handle 24bpp in sstate previewnotaz
2011-07-08dfxvideo: decouple from main emunotaz
2011-07-08arm_utils: relax alignment requirementsnotaz
the code needing alignment isn't reached often anyway.
2011-06-14drc: re-add bt part that was removed with pass7notaz
..as noticed by Ari64.
2011-06-14dfinput: return 0xff when the packet ends, like the real thing doesnotaz
2011-06-07enable Wall warnings by defaultnotaz
still disable it in some cases (instead of fixing) to avoid drifting from upstream projects too much.
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
BIOS steps over if GTE instructions are interrupted, we must work around that since we don't emulate the pipeline. Previous workaround sucks since it hacks emulated RAM..
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
drc depends on some of them
2011-03-22drc: start in more consistent statenotaz
useful when comparing things
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
this is for pandora nubs mainly.
2011-03-21frontend: input: detect dead devices, always set keynamesnotaz
2011-03-21frontend: input: kill "merge with defaults" behaviornotaz
this is hard to maintain and reportedly buggy
2011-03-19drc: try even more to not compile code as 64bitnotaz
..when compiling trash
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