2011-08-12 |
notaz | gpu_neon: gpu info reads, some bugfixes |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_neon: basic frameskip, change check, minor stuff |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_neon: partially support range regs |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_neon: vram fixes, list loop detection |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_neon: split output code, some refactoring |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Grazvydas Ignotas | gpu_neon: some cmd/vram io and dma handling |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Grazvydas Ignotas | gpu_neon: basic skeleton gpu plugin |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_unai: redo frameskip |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_unai: fix inline asm statements |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | gpu_unai: merge code from PCSX4ALL 2.2 release |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | frontend: add gpu_unai configuration options |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | frontend: refactor plugin_lib for maemo |
commit | commitdiff | tree | snapshot |
2011-08-12 |
notaz | add guncon support |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | frontnd: pcnt: enable counters to avoid using ext tools |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | drc: fix page get code in linkage_arm.s |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | spu: split out mixing, use NEON for that on ARM |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | spu: merge DrHell/shalma noise code |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | spu: change volume control, default it to 3/4 instead... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
notaz | spu: some misc refactoring/cleanup |
commit | commitdiff | tree | snapshot |
2011-07-30 |
notaz | spu: some major reverb refactoring |
commit | commitdiff | tree | snapshot |
2011-07-29 |
notaz | spu: parametrize sample generation, interpolation |
commit | commitdiff | tree | snapshot |
2011-07-29 |
notaz | spu: do adsr on whole buffer |
commit | commitdiff | tree | snapshot |
2011-07-29 |
notaz | frontend: add chan display option, for fun mostly |
commit | commitdiff | tree | snapshot |
2011-07-29 |
notaz | spu: handle non-playing channel irqs |
commit | commitdiff | tree | snapshot |
2011-07-27 |
notaz | spu: simplify irq and flag handling |
commit | commitdiff | tree | snapshot |
2011-07-27 |
notaz | spu: some refactoring for upcoming optimization attempt |
commit | commitdiff | tree | snapshot |
2011-07-26 |
notaz | spu: remove adsr stop prevention hack |
commit | commitdiff | tree | snapshot |
2011-07-26 |
notaz | sio: only do IRQ if it's bit has been cleared |
commit | commitdiff | tree | snapshot |
2011-07-14 |
notaz | update AUTHORS |
commit | commitdiff | tree | snapshot |
2011-07-14 |
notaz | cdrom: partially implement attenuation |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | misc: invaliadte dynarec on HLE file loads |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | drc: fix SP mirror hack |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | drc: redo fastboot hack |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | frontend: sync with pico code |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | sio: emulate "card not inserted" state |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | sio: no DTR resets device |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | frontend: add memcard change and exe run support |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | cdriso: handle eboot and it's TOC, some refactoring |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | psxcounters: merge shalma's suggestion |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | cdrom: merge shalma's suggestions |
commit | commitdiff | tree | snapshot |
2011-07-12 |
notaz | dfsound: merge shalma's suggestions |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | gte_neon: fix MAC0 shift |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | gte: fix MAC0 shift (pcsxr issue #8874, shalma) |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | dma: more accurate ICR register handling |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | dma: don't generate irqs after aborted DMA |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: ifdef out one more 64bit instruction |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | cdrom: make read reschedule optional |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | dfxvideo: clear lcf when interlace is off |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | cdrom: replace resched hack with another one |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | pandora: minor update to pxml |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: handle division by 0 correctly |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | psxinterpreter: fix division by zero |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | gpus: return DMA word count to avoid 1 list walk |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | ppf.c: backport fix from pcsxr |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 21_debugging_stuff |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 20_delay_slot_64bit_register_fix |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 19_arm_typos |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 18_loop_preload_fix |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge part of old Ari64's patch: 09_tlb_offset |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 17_branch_target_liveness_ana... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 16_continue_after_branch_into... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 15_dirty_registers_fix |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 14_dont_save_or_restore_temporary |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 13_dummy_loads |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 12_cycle_count |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 11_dealloc_reg_clear_const_flag |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 04_constant_address_pagefaults |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 03_needed_again |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | drc: merge Ari64's patch: 01_year_2011 |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | cdrom: remove play pregap hack |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | cdriso: handle pregap read/play |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | cdriso: handle TOC and track timing better |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | frontend: update file browser filters |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | frontend: handle 24bpp in sstate preview |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | dfxvideo: decouple from main emu |
commit | commitdiff | tree | snapshot |
2011-07-07 |
notaz | arm_utils: relax alignment requirements |
commit | commitdiff | tree | snapshot |
2011-06-14 |
notaz | drc: re-add bt part that was removed with pass7 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
notaz | dfinput: return 0xff when the packet ends, like the... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | enable Wall warnings by default |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | psxbios: fix some -Wall warnings |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | drc: comment out some broken code |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | drc: init vars that gcc thinks can be used uninitialize... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | drc: fix warning in my code |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | pandora: keep package name between versions |
commit | commitdiff | tree | snapshot |
2011-06-07 |
notaz | r3000a: don't patch RAM to work around BIOS |
commit | commitdiff | tree | snapshot |
2011-06-06 |
notaz | cdrom: do a NULL check, some plugins may return that |
commit | commitdiff | tree | snapshot |
2011-06-06 |
notaz | frontend: support some emu actions in x11 build |
commit | commitdiff | tree | snapshot |
2011-04-05 |
notaz | frontend: allow loading states from specified file |
commit | commitdiff | tree | snapshot |
2011-04-04 |
notaz | plugins: expand GPUvBlank to pass hcounter pointer |
commit | commitdiff | tree | snapshot |
2011-04-04 |
notaz | frontend: make -psxout cmd arg override config |
commit | commitdiff | tree | snapshot |
2011-03-26 |
notaz | dfxvideo: allow frameskip in interlace mode too |
commit | commitdiff | tree | snapshot |
2011-03-22 |
notaz | r3000a: reset cpu after setting up registers |
commit | commitdiff | tree | snapshot |
2011-03-22 |
notaz | drc: start in more consistent state |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | release r8 r8 |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | dfxvideo: rm some more ZN leftovers |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | try to align timing with LCD refresh |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | frontend: nub-as-btn option + gamepad fix |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | frontend: input: add hack to allow abs-only devices |
commit | commitdiff | tree | snapshot |
2011-03-21 |
notaz | frontend: input: detect dead devices, always set keynames |
commit | commitdiff | tree | snapshot |
2011-03-20 |
notaz | frontend: input: kill "merge with defaults" behavior |
commit | commitdiff | tree | snapshot |
next |