Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | frontend: exit immediately on signals | notaz | |
.. and only hook them when compiled with frontend | |||
2013-01-31 | frontend: change how exit is done | notaz | |
will no longer be done from recompiler callback that could cause still used data to be freed | |||
2013-01-28 | frontend: don't set up profile paths without frontend | notaz | |
2013-01-28 | frontend: logging updates | notaz | |
go to logcat on Android | |||
2013-01-05 | frontend: don't update during reset | notaz | |
otherwise update thread may collect input events that really belong to UI. Another hack :( | |||
2013-01-03 | ignore case for cwcheat | notaz | |
headers can have mixed case, which doesn't match common cheat files? | |||
2013-01-03 | frontend: remove unneeded hack options | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | frontend: allow sstates without cd img | notaz | |
2012-11-18 | frontend: overlay improvements | notaz | |
work directly on psx vram | |||
2012-11-18 | frontend: initial sdl overlay implementation | notaz | |
2012-11-11 | frontend: add toggle FPS option | notaz | |
2012-11-10 | frontend: avoid loading msg when not needed | notaz | |
2012-11-06 | frontend: make platform menu customizations more explicit | notaz | |
2012-11-06 | frontend: add fast forward support | 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 | 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-07-31 | frontend: improve minimize handling | notaz | |
2012-07-30 | select builtin gpu plugin on configure | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring | |||
2012-07-23 | cheat: add some undo logic | notaz | |
2012-07-22 | frontend: initial cheats support | 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-05-27 | automatically build plugins | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-29 | frontend: input: pass default binds as argument | notaz | |
allows to get rid of some hacks | |||
2012-03-04 | frontend: save gpu-gles settings too | notaz | |
2012-03-02 | gpu-gles: enable texture garbage collection | notaz | |
fixes OOM problems according to schtruck | |||
2012-02-28 | frontend: sync workaround for caanoo | notaz | |
trying to deal with "save corruption", no idea if this helps as this never happens for me. | |||
2012-01-19 | frontend: add gles plugin options | 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-11 | update release packaging | notaz | |
use gpu_neon emu code for everything | |||
2011-12-06 | frontend: get rid of plat_rescan_inputs | notaz | |
overannoyed by 'input: bad key' messages | |||
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: 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: get rid of HOME hack | notaz | |
nothing accesses HOME any more, not to mention this code was wrong. | |||
2011-10-02 | yet more random armv5 tweaks | notaz | |
2011-09-23 | fix build on some ARM toolchains | notaz | |
R1 redefined.. | |||
2011-09-19 | add fixed frameskip option | notaz | |
2011-08-13 | add guncon support | notaz | |
a bit basic but works |