Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-05 | switch over to libpicofe | notaz | |
- libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support | |||
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-12 | frontend: add renderer toggle option | notaz | |
2012-10-12 | add support for software-enhanced rendering | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-08-16 | frontend: move layer size code | notaz | |
also fix broken layer height limiting | |||
2012-08-15 | frontend: save last cdimg on successful select | notaz | |
otherwise it's wont save after crash, which can still happen | |||
2012-08-02 | release r15 | notaz | |
2012-08-01 | frontend: track output and psx sizes separately | notaz | |
output layer and psx resolutions don't have to match, like it is on Caanoo. | |||
2012-07-23 | frontend: always save last cdimgpath | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-22 | frontend: support seeking the filelist with letter keys | notaz | |
2012-07-19 | gpulib: implement rgb888_to_rgb565 | notaz | |
and use it for menu | |||
2012-07-18 | frontend: avoid potential alignment fault | notaz | |
2012-07-09 | spu: get rid of iSPUIRQWait | notaz | |
there should be no reason to ever turn it off | |||
2012-07-09 | spu: remove all threading code | notaz | |
it is broken for a while now, and I have no intention to fix it. | |||
2012-07-09 | frontend: move some leftover pandora parts out of common code | notaz | |
2012-05-27 | frontend: minor tweaks | notaz | |
2012-05-27 | automatically build plugins | notaz | |
2012-04-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | frontend: generic: preliminary SDL support | notaz | |
2012-04-29 | frontend: clean up some hacks | notaz | |
2012-03-04 | frontend: save gpu-gles settings too | notaz | |
2012-02-28 | frontend: add an option to disable scaling (Caanoo) | notaz | |
some minor menu tuning too | |||
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-05 | gpu_neon: add some intelace mode handling | notaz | |
a bit of refactoring too | |||
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 | frontend: menu: show savestate date | notaz | |
2011-12-11 | gpu_neon: tune frameskip further, allow >1 | 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-05 | frontend: show a message while BIOS is booting | notaz | |
2011-10-30 | cdriso: support multidisk eboots | notaz | |
2011-10-30 | frontend: input driver and volume control for Wiz | notaz | |
2011-10-30 | frontend: move defconfig to main | notaz | |
.. so that maemo can use it | |||
2011-10-30 | frontend: minor menu adjustments | notaz | |
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 | 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 | new ability to adjust psx cpu clock | notaz | |
2011-10-02 | yet more random armv5 tweaks | notaz | |
2011-09-27 | frontend: few more pollux/caanoo tweaks | notaz | |