aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
AgeCommit message (Collapse)Author
2011-10-30frontend: minor menu adjustmentsnotaz
2011-10-30drc: add some hack optionsnotaz
intended for caanoo/Wiz, some users want to trade glitches for performance boost.
2011-10-30inline/parametrize rootcounter readsnotaz
makes rcnt1 hack impossible though, overclock PSX instead
2011-10-10release r10, for realnotaz
2011-10-10frontend: fix integer-prefer scalernotaz
2011-10-10use faster PSX clock on armv7 devicesnotaz
games that were too slow run better now, but others are too fast now.. I hope this is a good tradeoff.
2011-10-10new ability to adjust psx cpu clocknotaz
2011-10-02yet more random armv5 tweaksnotaz
2011-09-27frontend: few more pollux/caanoo tweaksnotaz
2011-09-25add pollux/caanoo port, refactor thingsnotaz
2011-09-23support armv5 buildnotaz
2011-09-20frontend: always detect regionnotaz
override later if needed
2011-09-19frontend: change sound config varsnotaz
it seems people out there still have bad sound configs
2011-09-19add fixed frameskip optionnotaz
2011-08-13frontend: show time and battery capacitynotaz
useful for longer gaming sessions
2011-08-13frontend: split 4:3 scaling optionsnotaz
one for integer scaling, another for aspect scaling.
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