Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | new ability to adjust psx cpu clock | notaz | |
2011-10-08 | recompilation-caused frameskip workaround | notaz | |
2011-10-08 | spu/cdda: sync cdda to spu playback | notaz | |
this will probably make cdrom/vsync timing desync situation worse (those were never in sync anyway) but fix some cdda related sound stuttering. Those magic values are used trying to preserve other SPU plugin compatibility. | |||
2011-10-02 | yet more random armv5 tweaks | notaz | |
2011-09-27 | psxcounters: avoid update on each hsync | notaz | |
no useful work is done on hsync, no reason to interrupt the recompiler that often, set up events as needed. | |||
2011-09-27 | frontend: few more pollux/caanoo tweaks | notaz | |
2011-09-25 | frontend: menu: don't assume onoff vars are int | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-09-23 | support armv5 build | notaz | |
2011-09-23 | fix build on some ARM toolchains | notaz | |
R1 redefined.. | |||
2011-09-23 | frontend: fix a couple of annoyancies | notaz | |
2011-09-21 | spu: get rid of pCurr -1, pass right chans to silent handler | notaz | |
pCurr -1 would work weird with savestates and could screw things up in general.. | |||
2011-09-20 | frontend: always detect region | notaz | |
override later if needed | |||
2011-09-19 | frontend: fix frame limiter issue | notaz | |
sleeping too much sometims causes unwanted stuttering.. | |||
2011-09-19 | frontend: change sound config vars | notaz | |
it seems people out there still have bad sound configs | |||
2011-09-19 | add fixed frameskip option | notaz | |
2011-09-17 | fix some minor frontend issues | notaz | |
2011-08-13 | frontend: show time and battery capacity | notaz | |
useful for longer gaming sessions | |||
2011-08-13 | frontend: split 4:3 scaling options | notaz | |
one for integer scaling, another for aspect scaling. | |||
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 | 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 | frontend: add chan display option, for fun mostly | notaz | |
2011-07-13 | frontend: sync with pico code | notaz | |
2011-07-13 | frontend: add memcard change and exe run support | notaz | |
2011-07-13 | cdriso: handle eboot and it's TOC, some refactoring | notaz | |
This gives cdda support for eboot | |||
2011-07-08 | cdrom: make read reschedule optional | notaz | |
Some really nasty timing issues, I guess can only be resolved for good when general timing is good and BIAS is gone. | |||
2011-07-08 | frontend: update file browser filters | notaz | |
2011-07-08 | frontend: handle 24bpp in sstate preview | notaz | |
2011-07-08 | dfxvideo: decouple from main emu | notaz | |
2011-07-08 | arm_utils: relax alignment requirements | notaz | |
the code needing alignment isn't reached often anyway. | |||
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-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-17 | frontend: warn about frameskip problems | notaz | |
2011-03-14 | frontend: bios warning bugfix | notaz | |
2011-03-14 | frontend: add screenshot functionality | notaz | |
2011-03-12 | frontend: debug menu adjustment | notaz | |
2011-03-07 | frontend: fix valgrind errors | notaz | |
also fixes pc build | |||
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). |