Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | frontend: add gles plugin options | notaz | |
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2012-01-09 | release r13 | notaz | |
2012-01-08 | frontend: add minimize support | notaz | |
2012-01-08 | frontend: fbdev buffer fix | notaz | |
2012-01-08 | frontend: oshide->xenv refactoring | notaz | |
change merged from pandora's SDL project | |||
2012-01-05 | frontend: call setlocale to get LC_TIME | notaz | |
2012-01-05 | gpu_neon: add some intelace mode handling | notaz | |
a bit of refactoring too | |||
2012-01-03 | bring GPUvBlank back | notaz | |
to be used for interlace emulation | |||
2012-01-01 | change lcf handling | notaz | |
not quite right but better than before, I hope | |||
2011-12-29 | frontend: update description | notaz | |
2011-12-24 | release r12 | notaz | |
2011-12-21 | gpu_neon: integrate Exophase's rasterizer | notaz | |
2011-12-19 | gpu_neon: make use of unai's lineskip mode | notaz | |
2011-12-11 | update release packaging | notaz | |
use gpu_neon emu code for everything | |||
2011-12-11 | frontend: menu: show savestate date | notaz | |
2011-12-11 | gpu_neon: tune frameskip further, allow >1 | notaz | |
2011-12-11 | frontend: menu: limit enum text length | notaz | |
2011-12-11 | frontend: make analogs configurable | notaz | |
2011-12-10 | add vibration support for Caanoo | notaz | |
2011-12-06 | frontend: get rid of plat_rescan_inputs | notaz | |
overannoyed by 'input: bad key' messages | |||
2011-12-06 | export frame count to gpu too | notaz | |
2011-12-05 | frontend: show a message while BIOS is booting | notaz | |
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. |