Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-20 | spu: fix a few mixing issues | notaz | |
2011-09-20 | frontend: always detect region | notaz | |
override later if needed | |||
2011-09-20 | drc: make sure dyna_linker is really called from stub | notaz | |
in very rare cases add_link() would end up being called with jump to another block and not stub, which would later cause kill_pointer() to crash while cleaning jump_out. I'm guessing wrong pointer was being picked from jump_in by dyna_linker, failing to detect stale cache, and hoping this will fix it. | |||
2011-09-19 | drc: load ra before SD only when needed | notaz | |
there are far too many assumptions all over the place that it's not loaded early | |||
2011-09-19 | frontend: fix frame limiter issue | notaz | |
sleeping too much sometims causes unwanted stuttering.. | |||
2011-09-19 | spu: don't wait for irq on silent channels | notaz | |
no point to do so, breaks other chans if silent ones interrupt often (Discworld) | |||
2011-09-19 | frontend: change sound config vars | notaz | |
it seems people out there still have bad sound configs | |||
2011-09-19 | drc: handle $ra access in JALR DS too | notaz | |
or at least try to.. | |||
2011-09-19 | drc: fix $ra evicting on JAL | notaz | |
hopefully for good this time | |||
2011-09-19 | Revert "drc: ujump DS $ra overwrite fix?" | notaz | |
This reverts commit 2adcd6fad4594a18025b4f00c49e43a23f8f8992. That "fix" breaks Delta Force Urban Warfare, supposedly not neded after Ari64's fixes? | |||
2011-09-19 | add fixed frameskip option | notaz | |
2011-09-17 | fix some minor frontend issues | notaz | |
2011-08-14 | gpu_unai: avoid NULL pointers in span table | notaz | |
are those state combinations really impossible? | |||
2011-08-13 | frontend: show time and battery capacity | notaz | |
useful for longer gaming sessions | |||
2011-08-13 | release r9 | notaz | |
2011-08-13 | frontend: split 4:3 scaling options | notaz | |
one for integer scaling, another for aspect scaling. | |||
2011-08-13 | gpu_neon: handle 0xEx cmds while frameskiping | notaz | |
otherwise things go out of sync | |||
2011-08-13 | gpu_neon: frameskip: skip blits until flipped | notaz | |
2011-08-13 | gpu_neon: add peops as temp renderer | notaz | |
2011-08-13 | gpu_neon: support caching renderers, update rearmed if | notaz | |
2011-08-13 | gpu_neon: do list resubmit detection | notaz | |
done it a while ago, late commit.. | |||
2011-08-13 | gpu_neon: gpu info reads, some bugfixes | notaz | |
2011-08-13 | gpu_neon: basic frameskip, change check, minor stuff | notaz | |
2011-08-13 | gpu_neon: partially support range regs | notaz | |
2011-08-13 | gpu_neon: vram fixes, list loop detection | notaz | |
2011-08-13 | gpu_neon: split output code, some refactoring | notaz | |
2011-08-13 | gpu_neon: some cmd/vram io and dma handling | Grazvydas Ignotas | |
2011-08-13 | gpu_neon: basic skeleton gpu plugin | Grazvydas Ignotas | |
2011-08-13 | gpu_unai: redo frameskip | notaz | |
the previous code wasn't that functional | |||
2011-08-13 | gpu_unai: fix inline asm statements | notaz | |
newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever. | |||
2011-08-13 | gpu_unai: merge code from PCSX4ALL 2.2 release | notaz | |
2011-08-13 | frontend: add gpu_unai configuration options | notaz | |
2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
2011-08-13 | add guncon support | notaz | |
a bit basic but works | |||
2011-08-01 | frontnd: pcnt: enable counters to avoid using ext tools | notaz | |
2011-08-01 | drc: fix page get code in linkage_arm.s | notaz | |
it did not match what was used elsewhere for PCSX, causing rare crashes due to making bad links.. Also comment get_pointer, it's not obvious what it does. | |||
2011-08-01 | spu: split out mixing, use NEON for that on ARM | notaz | |
2011-08-01 | spu: merge DrHell/shalma noise code | notaz | |
fraction part dropped since it looked suspicious. | |||
2011-08-01 | spu: change volume control, default it to 3/4 instead of 1/2 | notaz | |
because some complain default volume is too low | |||
2011-08-01 | spu: some misc refactoring/cleanup | notaz | |
2011-07-30 | spu: some major reverb refactoring | notaz | |
some ideas lifted from SPU2-X (Pcsx2) | |||
2011-07-30 | spu: parametrize sample generation, interpolation | notaz | |
2011-07-30 | spu: do adsr on whole buffer | notaz | |
this eliminates need to check adsr state for each sample, we can do multiple at once. Also use ADSR tables from DrHell/shalma. | |||
2011-07-30 | frontend: add chan display option, for fun mostly | notaz | |
2011-07-30 | spu: handle non-playing channel irqs | notaz | |
2011-07-27 | spu: simplify irq and flag handling | notaz | |
shalma's recent work taken into account when working on this. NOT verified on read hardware. | |||
2011-07-27 | spu: some refactoring for upcoming optimization attempt | notaz | |
2011-07-27 | spu: remove adsr stop prevention hack | notaz | |
it's is not enough for Tron Bonne, so is not useful | |||
2011-07-26 | sio: only do IRQ if it's bit has been cleared | notaz | |
tested on the real thing. | |||
2011-07-15 | update AUTHORS | notaz | |
just not to forget this later |