Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | r3000a: don't patch RAM to work around BIOS | notaz | |
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-06 | cdrom: do a NULL check, some plugins may return that | notaz | |
2011-06-06 | frontend: support some emu actions in x11 build | notaz | |
2011-04-05 | frontend: allow loading states from specified file | notaz | |
2011-04-05 | plugins: expand GPUvBlank to pass hcounter pointer | notaz | |
2011-04-05 | frontend: make -psxout cmd arg override config | notaz | |
2011-03-26 | dfxvideo: allow frameskip in interlace mode too | notaz | |
2011-03-22 | r3000a: reset cpu after setting up registers | notaz | |
drc depends on some of them | |||
2011-03-22 | drc: start in more consistent state | notaz | |
useful when comparing things | |||
2011-03-22 | release r8 | notaz | |
2011-03-22 | dfxvideo: rm some more ZN leftovers | notaz | |
2011-03-21 | try to align timing with LCD refresh | notaz | |
2011-03-21 | frontend: nub-as-btn option + gamepad fix | notaz | |
2011-03-21 | frontend: input: add hack to allow abs-only devices | notaz | |
this is for pandora nubs mainly. | |||
2011-03-21 | frontend: input: detect dead devices, always set keynames | notaz | |
2011-03-21 | frontend: input: kill "merge with defaults" behavior | notaz | |
this is hard to maintain and reportedly buggy | |||
2011-03-19 | drc: try even more to not compile code as 64bit | notaz | |
..when compiling trash | |||
2011-03-17 | frontend: warn about frameskip problems | notaz | |
2011-03-17 | drc: ujump DS $ra overwrite fix? | notaz | |
2011-03-17 | minor debug code updates | notaz | |
2011-03-15 | drc: hack for stack-in-RAM-mirror case | notaz | |
2011-03-15 | drc: implement ra accesses in ujump DS | notaz | |
2011-03-14 | frontend: bios warning bugfix | notaz | |
2011-03-14 | cdrom: merge a fix from PCSX-Reloaded | notaz | |
2011-03-14 | cdrom: restore cdrWrite3 reschedule | notaz | |
but only when command is being processed | |||
2011-03-14 | frontend: add screenshot functionality | notaz | |
2011-03-14 | add a simple tool to make pocketiso .z images | notaz | |
2011-03-14 | dfxvideo: make fskip update on vsync too | notaz | |
2011-03-12 | frontend: debug menu adjustment | notaz | |
2011-03-10 | psxinterpreter: do interrupt test after doing target instruction | SND\notaz_cp | |
otherwise in case interrupt happens, target insn is executed twice, causing occasional glitches in Tekken 2. Also clear branch flag for it - it's not in delay slot. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64369 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||
2011-03-10 | drc: handle some load delay cases with interpreter | notaz | |
place the code together with other PCSX hacks. | |||
2011-03-08 | pcsxmem: fix ro write handler | notaz | |
also refactor things a bit (as usual) | |||
2011-03-08 | drc: update invalid_code for RAM when mirrors are touched | notaz | |
the memhandlers always check RAM locations, even when something writes to the mirrors. | |||
2011-03-07 | spu: fix valgrind errors | notaz | |
2011-03-07 | drc: fix valgrind errors | notaz | |
also makes using_tlb constant so that the compiler can remove leftover TLB code. | |||
2011-03-07 | drc: rm unneeded writebacks in stubs, as suggested by Ari64 | notaz | |
also fix leftover moves, missed by last cleanup commit. | |||
2011-03-07 | frontend: fix valgrind errors | notaz | |
also fixes pc build | |||
2011-03-02 | release r7 | notaz | |
2011-03-02 | dfxvideo: turn off strict-aliasing (causes problems) | notaz | |
all that int16/int32 casting is messing it up I guess. | |||
2011-03-01 | dfxvideo: use bit31 handling from pcsxr-svn | notaz | |
2011-03-01 | drc: clear dynarec completely on CD image change | notaz | |
most likely only BIOS can be reused anyway, no need to stress invalidation code needlessly (even if it does it all well). | |||
2011-03-01 | frontend: add BIOS warning | notaz | |
this will hopefully reduce forum load | |||
2011-03-01 | frontend: move skin and darken the background | notaz | |
2011-03-01 | dfxvideo: avoid division like plague | notaz | |
2011-03-01 | frontend: commit some debug code | notaz | |
2011-03-01 | spu: drop unused mono code | notaz | |
also merge the mix buffers - the idea was to make use of neon there but I've decided againt it, it wouldn't improve things much according to profiling. | |||
2011-03-01 | spu: refactor adsr (simplify code) | notaz | |
2011-03-01 | spu: compact chan structure a bit | notaz | |
2011-03-01 | gte_neon: hook into recompiler | notaz | |
2011-02-28 | gte_neon: implement MVMVA, some fixes | notaz | |