aboutsummaryrefslogtreecommitdiff
path: root/maemo/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.
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
2013-02-17Maemo ehancementPaolo Iommarini
-Added command line options -Added pause on incoming call -Added change disc
2012-11-18fix gun handling in enhancement modenotaz
2012-11-10frontend: avoid loading msg when not needednotaz
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-07-29frontend: initial libretro supportnotaz
..and some refactoring
2012-07-22frontend: initial cheats supportnotaz
2012-07-09spu: remove all threading codenotaz
it is broken for a while now, and I have no intention to fix it.
2011-10-30maemo: call GPU_Open, enable biosnotaz
should fix gles breakage
2011-10-30frontend: move defconfig to mainnotaz
.. so that maemo can use it
2011-10-30fix a few maemo issuesnotaz
g_opts clash, file_name, maemo_init and in_keystate
2011-10-30maemo updatesBonapart
accelometer support for maemo screenshot for maemo fullscreen streghting via GTK disabled bios(freeze emu at start) [notasas@gmail.com] removed some unneeded stuff
2011-08-13frontend: refactor plugin_lib for maemonotaz
should give them proper frame limiter, frameskip and also lightgun support, maybe.
2011-02-10frontend: support ingame actions (state load and such)notaz
2011-02-10maemo: update for recent changes, fix warningsnotaz
2011-02-03maemo: clean up and integratenotaz
2011-02-03Maemo frontendBonapart