aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
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
2010-12-14update in_evdev, fix return from menunotaz
2010-12-14add OMAP layer, also preliminary menu, hud and input supportnotaz