aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.h
AgeCommit message (Collapse)Author
2013-01-31frontend: change how exit is donenotaz
will no longer be done from recompiler callback that could cause still used data to be freed
2013-01-05frontend: don't update during resetnotaz
otherwise update thread may collect input events that really belong to UI. Another hack :(
2012-11-18frontend: initial sdl overlay implementationnotaz
2012-11-11frontend: add toggle FPS optionnotaz
2012-11-10frontend: avoid loading msg when not needednotaz
2012-11-06frontend: add fast forward supportnotaz
2012-11-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2012-10-12frontend: add renderer toggle optionnotaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring
2012-07-22frontend: initial cheats supportnotaz
2012-01-08frontend: add minimize supportnotaz
2011-10-30frontend: input driver and volume control for Wiznotaz
2011-10-30frontend: move defconfig to mainnotaz
.. so that maemo can use it
2011-08-13add guncon supportnotaz
a bit basic but works
2011-03-14frontend: add screenshot functionalitynotaz
2011-02-10frontend: support ingame actions (state load and such)notaz
2011-01-24some frontend adjustmentsnotaz
2011-01-16menu: add bios selectionnotaz
2011-01-03frontend cleanupnotaz