aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
AgeCommit message (Collapse)Author
2019-03-07Diablo Music fix for PCSX Rearmed. (optional hack)gameblabla
Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games.
2016-04-01don't use __ARM_ARCH_7A__notaz
github issue #68
2015-01-04spu: threaded implementationnotaz
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled
2015-01-03mingw build fixesnotaz
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
2014-12-20spu: add a schedule callbacknotaz
2014-12-20frontend: update libpicofenotaz
2013-04-02frontend: flush emuLognotaz
nothing should be writing to that too often
2013-04-02frontend: attempt basic ios loggingnotaz
2013-03-15frontend: exit immediately on signalsnotaz
.. and only hook them when compiled with frontend
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-28frontend: don't set up profile paths without frontendnotaz
2013-01-28frontend: logging updatesnotaz
go to logcat on Android
2013-01-05frontend: don't update during resetnotaz
otherwise update thread may collect input events that really belong to UI. Another hack :(
2013-01-03ignore case for cwcheatnotaz
headers can have mixed case, which doesn't match common cheat files?
2013-01-03frontend: remove unneeded hack optionsnotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-24frontend: allow sstates without cd imgnotaz
2012-11-18frontend: overlay improvementsnotaz
work directly on psx vram
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: make platform menu customizations more explicitnotaz
2012-11-06frontend: add fast forward supportnotaz
2012-11-05drop some unused codenotaz
2012-11-05switch over to libpicofenotaz
- 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-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-10-12add support for software-enhanced renderingnotaz
2012-07-31frontend: improve minimize handlingnotaz
2012-07-30select builtin gpu plugin on configurenotaz
2012-07-29frontend: initial libretro supportnotaz
..and some refactoring
2012-07-23cheat: add some undo logicnotaz
2012-07-22frontend: initial cheats supportnotaz
2012-07-09spu: get rid of iSPUIRQWaitnotaz
there should be no reason to ever turn it off
2012-07-09spu: remove all threading codenotaz
it is broken for a while now, and I have no intention to fix it.
2012-05-27automatically build pluginsnotaz
2012-04-29fix some build issues and warningsnotaz
2012-04-29frontend: input: pass default binds as argumentnotaz
allows to get rid of some hacks
2012-03-04frontend: save gpu-gles settings toonotaz
2012-03-02gpu-gles: enable texture garbage collectionnotaz
fixes OOM problems according to schtruck
2012-02-28frontend: sync workaround for caanoonotaz
trying to deal with "save corruption", no idea if this helps as this never happens for me.
2012-01-19frontend: add gles plugin optionsnotaz
2012-01-08frontend: add minimize supportnotaz
2012-01-05gpu_neon: add some intelace mode handlingnotaz
a bit of refactoring too
2011-12-11update release packagingnotaz
use gpu_neon emu code for everything
2011-12-06frontend: get rid of plat_rescan_inputsnotaz
overannoyed by 'input: bad key' messages
2011-10-30frontend: input driver and volume control for Wiznotaz