Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | remove gpu vblank callbacks | notaz | |
we do it in core now | |||
2011-11-14 | frontend: use pld in blitters | notaz | |
preloading a couple of cachelines ahead seems to give best results, close to 30% speedup. | |||
2011-10-30 | cdriso: support multidisk eboots | notaz | |
2011-10-30 | frontend: Wiz/Caanoo tweaks + banner image from darklight1138 | notaz | |
2011-10-30 | frontend: input driver and volume control for Wiz | notaz | |
2011-10-30 | frontend: input: make in_ts use ts_gun | notaz | |
..to stop them stealing each other's events | |||
2011-10-30 | frontend: input: don't configure unprobed devices | notaz | |
2011-10-30 | frontend: move defconfig to main | notaz | |
.. so that maemo can use it | |||
2011-10-30 | frontend: fix screenshot functionality for pollux | notaz | |
2011-10-30 | frontend: add touchscreen-as-buttons input code | notaz | |
intended for Caanoo/Wiz | |||
2011-10-30 | frontend/input: make it more modular | notaz | |
2011-10-30 | frontend: minor menu adjustments | notaz | |
2011-10-30 | frontend: get rid of HOME hack | notaz | |
nothing accesses HOME any more, not to mention this code was wrong. | |||
2011-10-30 | frontend/pollux: add scaling | notaz | |
16bpp only for now. | |||
2011-10-30 | drc: add some hack options | notaz | |
intended for caanoo/Wiz, some users want to trade glitches for performance boost. | |||
2011-10-30 | pcnt: measure gte too | notaz | |
2011-10-30 | frontend/pollux: program MLC2 for TV-out, save/restore regs | notaz | |
2011-10-30 | inline/parametrize rootcounter reads | notaz | |
makes rcnt1 hack impossible though, overclock PSX instead | |||
2011-10-10 | release r10, for real | notaz | |
2011-10-10 | frontend: fix integer-prefer scaler | notaz | |
2011-10-10 | use faster PSX clock on armv7 devices | notaz | |
games that were too slow run better now, but others are too fast now.. I hope this is a good tradeoff. | |||
2011-10-10 | add caanoo frontend files, move pandora files | notaz | |
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 | |