spu: handle stop better, split main func more
[pcsx_rearmed.git] / frontend / plugin_lib.c
2014-12-25 notazfrontend: scanline efect and memcard saving
2014-12-24 notazfrontend: add 2x scaling option
2013-02-18 notazfrontend: maemo: some refactoring
2013-02-18 notazMerge pull request #12 from sakya/master
2013-02-17 Paolo IommariniMaemo ehancement
2013-02-08 notazmove cspace back to frontend
2013-02-04 notazfrontend: do all bpp handling in plugin_lib
2013-01-30 notazfrontend: change how exit is done
2013-01-05 notazfrontend: don't update during reset
2013-01-05 notazfrontend: add layer height limit
2012-12-02 notazmave plugin and core shared includes to single location
2012-11-28 notazclean up mmap hacks
2012-11-28 notazfrontend: remove res check
2012-11-28 notazfrontend: update caanoo port
2012-11-17 notazfrontend: overlay improvements
2012-11-17 notazfix gun handling in enhancement mode
2012-11-11 notazfrontend: move text drawing to libpicofe
2012-11-09 notazfrontend: change nub_adjust ranges
2012-11-09 notazfrontend: improve pandora nub to PSX analog mapping
2012-11-05 notazdrop some unused code
2012-11-05 notazswitch over to libpicofe
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazfrontend: make text bg dark
2012-11-02 notazmove blit to core, allow filtering while blitting
2012-10-11 notazuse plat_mmap for RAM too
2012-10-11 notazstart mmap'ing vram, with hugetlb if possible
2012-09-12 notazMerge branch 'libretro'
2012-08-15 notazfrontend: move layer size code
2012-07-31 notazfrontend: track output and psx sizes separately
2012-07-18 notazgpulib: clear fb when display is blanked
2012-07-08 notazfrontend: move some leftover pandora parts out of commo...
2012-04-29 notazfrontend: clean up some hacks
2012-01-20 notazfrontend: export fps stats to plugins
2011-12-10 notazfrontend: make analogs configurable
2011-12-10 notazadd vibration support for Caanoo
2011-12-05 notazexport frame count to gpu too
2011-12-04 notazremove gpu vblank callbacks
2011-10-30 notazfrontend: fix screenshot functionality for pollux
2011-10-30 notazfrontend: add touchscreen-as-buttons input code
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-02 notazyet more random armv5 tweaks
2011-09-26 notazfrontend: few more pollux/caanoo tweaks
2011-09-24 notazadd pollux/caanoo port, refactor things
2011-09-23 notazfrontend: fix a couple of annoyancies
2011-09-21 notazspu: get rid of pCurr -1, pass right chans to silent...
2011-09-19 notazfrontend: fix frame limiter issue
2011-08-12 notazfrontend: split 4:3 scaling options
2011-08-12 notazfrontend: refactor plugin_lib for maemo
2011-08-12 notazadd guncon support
2011-07-29 notazfrontend: add chan display option, for fun mostly
2011-07-07 notazdfxvideo: decouple from main emu
2011-06-06 notazfrontend: support some emu actions in x11 build
2011-03-21 notaztry to align timing with LCD refresh
2011-03-13 notazfrontend: add screenshot functionality
2011-02-10 notazfrontend: tune frameskip a bit more
2011-02-10 notazfrontend: support ingame actions (state load and such)
2011-02-10 notazfrontend: support analog controller using nubs; some...
2011-02-09 notazfrontend: redo frame skip/limiter yet again
2011-02-04 notazmenu: don't override region, fix P.E.Op.S. frameskip
2011-01-23 notazadd watchdog thread to detect lockups
2011-01-23 notazsome frontend adjustments
2011-01-15 notazrewrite frame limiter
2011-01-15 notazbugfix
2011-01-15 notazsome quick input code for PC build
2011-01-04 notaztry to ensure fbdev buffer is valid
2011-01-02 notazgpu_unai: basic frameskip
2011-01-02 notazplugin_lib: export more functions
2011-01-01 notazadd a way for GPU plugin to get layer config
2010-12-28 notazmove layer control to plugin/plugin_lib
2010-12-25 notazmenu: add most options
2010-12-16 notazupdate inputs on vsync
2010-12-14 notazmenu: implement savestates and scaling cfg
2010-12-14 notazrefactor OSD code and PCNT stuff
2010-12-14 notazfix bgr2rgb16 and reduce mode change glitching
2010-12-14 notazfix x86 build, minor refactoring
2010-12-14 notazadd OMAP layer, also preliminary menu, hud and input...
2010-12-14 notazadd support for 24bpp mode
2010-11-18 notazfbdev output for xvideo, basic ARM build