aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
2011-08-13frontend: add gpu_unai configuration optionsnotaz
2011-08-13frontend: refactor plugin_lib for maemonotaz
should give them proper frame limiter, frameskip and also lightgun support, maybe.
2011-08-13add guncon supportnotaz
a bit basic but works
2011-08-01spu: change volume control, default it to 3/4 instead of 1/2notaz
because some complain default volume is too low
2011-08-01spu: some misc refactoring/cleanupnotaz
2011-07-30frontend: add chan display option, for fun mostlynotaz
2011-07-13frontend: add memcard change and exe run supportnotaz
2011-07-08cdrom: make read reschedule optionalnotaz
Some really nasty timing issues, I guess can only be resolved for good when general timing is good and BIAS is gone.
2011-07-08frontend: update file browser filtersnotaz
2011-07-08frontend: handle 24bpp in sstate previewnotaz
2011-07-08dfxvideo: decouple from main emunotaz
2011-03-21try to align timing with LCD refreshnotaz
2011-03-21frontend: nub-as-btn option + gamepad fixnotaz
2011-03-17frontend: warn about frameskip problemsnotaz
2011-03-14frontend: bios warning bugfixnotaz
2011-03-14frontend: add screenshot functionalitynotaz
2011-03-12frontend: debug menu adjustmentnotaz
2011-03-01drc: clear dynarec completely on CD image changenotaz
most likely only BIOS can be reused anyway, no need to stress invalidation code needlessly (even if it does it all well).
2011-03-01frontend: add BIOS warningnotaz
this will hopefully reduce forum load
2011-02-17frontend: minor adjustmentsnotaz
2011-02-11use analog handling from dfinputnotaz
2011-02-10add cd swap functionalitynotaz
2011-02-10frontend: enable SPUIRQWait by defaultnotaz
2011-02-10frontend: support ingame actions (state load and such)notaz
2011-02-10frontend: key config: save it and make more intuitivenotaz
2011-02-10frontend: support analog controller using nubs; some refactoringnotaz
also enable frameskip by default, it makes the experience a bit better on most games.
2011-02-09frontend: redo frame skip/limiter yet againnotaz
2011-02-04menu: don't override region, fix P.E.Op.S. frameskipnotaz
2011-01-31cdrcimg: support .bz/.znx/eboot formatsnotaz
not making use of extra .znx data or eboot TOCs yet.
2011-01-24some frontend adjustmentsnotaz
2011-01-16rewrite frame limiternotaz
the peops one is sometimes sleeping when not needed.
2011-01-16menu: add interpreter optionnotaz
2011-01-16remove hle savestate restrictionnotaz
we have enough data to load any savestate
2011-01-16menu: add bios selectionnotaz
2011-01-16frontend: bios supportnotaz
2011-01-05release r3notaz
2011-01-04add savestate previewnotaz
2011-01-03frontend cleanupnotaz
2011-01-02add a way for GPU plugin to get layer confignotaz
2010-12-31prepare for external gpu pluginsnotaz
also fixes framelimiter and some config being overwritten by dfxvideo
2010-12-29add some plugin control from the menu, include spunullnotaz
some random refactoring too.
2010-12-28add per game configs (by popular demand, no controls yet though)notaz
2010-12-28move layer control to plugin/plugin_libnotaz
2010-12-26fix a keybind copy-paste bugnotaz
2010-12-25menu: add config save/loadnotaz
2010-12-25menu: add most optionsnotaz
2010-12-16menu: update file colors, fix a bug in emu_ifnotaz
2010-12-16menu: setup colors for file browsernotaz
2010-12-16add basic .Z supportnotaz
2010-12-14menu: implement savestates and scaling cfgnotaz