Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-28 | frontend: remove res check | notaz | |
it's already done at the upper level, and this was wrong anyway because plat_gvideo_set_mode can change vout_w and vout_h | |||
2012-11-28 | frontend: update caanoo port | notaz | |
2012-11-18 | frontend: overlay improvements | notaz | |
work directly on psx vram | |||
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-11 | frontend: move text drawing to libpicofe | notaz | |
+ some minor fixes | |||
2012-11-10 | frontend: change nub_adjust ranges | notaz | |
2012-11-10 | frontend: improve pandora nub to PSX analog mapping | notaz | |
2012-11-05 | drop some unused code | notaz | |
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 | frontend: make text bg dark | notaz | |
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 | use plat_mmap for RAM too | notaz | |
2012-10-12 | start mmap'ing vram, with hugetlb if possible | notaz | |
2012-08-16 | frontend: move layer size code | notaz | |
also fix broken layer height limiting | |||
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-19 | gpulib: clear fb when display is blanked | notaz | |
2012-07-09 | frontend: move some leftover pandora parts out of common code | notaz | |
2012-04-29 | frontend: clean up some hacks | notaz | |
2012-01-21 | frontend: export fps stats to plugins | notaz | |
2011-12-11 | frontend: make analogs configurable | notaz | |
2011-12-10 | add vibration support for Caanoo | notaz | |
2011-12-06 | export frame count to gpu too | notaz | |
2011-12-05 | remove gpu vblank callbacks | notaz | |
we do it in core now | |||
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-08 | recompilation-caused frameskip workaround | notaz | |
2011-10-02 | yet more random armv5 tweaks | notaz | |
2011-09-27 | frontend: few more pollux/caanoo tweaks | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
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-19 | frontend: fix frame limiter issue | notaz | |
sleeping too much sometims causes unwanted stuttering.. | |||
2011-08-13 | frontend: split 4:3 scaling options | notaz | |
one for integer scaling, another for aspect scaling. | |||
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-07-30 | frontend: add chan display option, for fun mostly | notaz | |
2011-07-08 | dfxvideo: decouple from main emu | notaz | |
2011-06-06 | frontend: support some emu actions in x11 build | notaz | |
2011-03-21 | try to align timing with LCD refresh | notaz | |
2011-03-14 | frontend: add screenshot functionality | notaz | |
2011-02-10 | frontend: tune frameskip a bit more | notaz | |
also init analog vars as centered (in case they are never updated) | |||
2011-02-10 | frontend: support ingame actions (state load and such) | notaz | |
2011-02-10 | frontend: support analog controller using nubs; some refactoring | notaz | |
also enable frameskip by default, it makes the experience a bit better on most games. | |||
2011-02-09 | frontend: redo frame skip/limiter yet again | notaz | |
2011-02-04 | menu: don't override region, fix P.E.Op.S. frameskip | notaz | |
2011-01-24 | add watchdog thread to detect lockups | notaz | |
2011-01-24 | some frontend adjustments | notaz | |
2011-01-16 | rewrite frame limiter | notaz | |
the peops one is sometimes sleeping when not needed. |