Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-11 | update release packaging | notaz | |
use gpu_neon emu code for everything | |||
2011-12-07 | switch default gpu to gpu_neon | notaz | |
2011-10-30 | frontend: input driver and volume control for Wiz | notaz | |
2011-10-30 | update build for OABI | notaz | |
2011-10-30 | spu: add asm mixing code for ARMv5 too | notaz | |
2011-10-30 | frontend: add touchscreen-as-buttons input code | notaz | |
intended for Caanoo/Wiz | |||
2011-10-30 | frontend/pollux: add scaling | notaz | |
16bpp only for now. | |||
2011-10-30 | inline/parametrize rootcounter reads | notaz | |
makes rcnt1 hack impossible though, overclock PSX instead | |||
2011-10-10 | add caanoo frontend files, move pandora files | notaz | |
2011-10-10 | drc: remove some old inline memhandlers | notaz | |
generic code handles it better now. | |||
2011-10-08 | try to support more compilers | notaz | |
2011-09-27 | gte: split arm code for pollux, generate flagless handlers | notaz | |
flagless are unused but will be used later, at least I hope so. | |||
2011-09-25 | gte: switch divider back to table | notaz | |
pandora won't be affected because it uses VFP anyway, and pollux prefers the table for some reason. Also send the divider to it's own .c file for future reuse. | |||
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-09-23 | get rid of hard libbz2 dependency | notaz | |
it just keeps getting in my way when trying to run this elsewhere. | |||
2011-09-23 | support armv5 build | notaz | |
2011-08-13 | release r9 | notaz | |
2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
2011-08-13 | add guncon support | notaz | |
a bit basic but works | |||
2011-08-01 | spu: split out mixing, use NEON for that on ARM | notaz | |
2011-06-07 | enable Wall warnings by default | notaz | |
still disable it in some cases (instead of fixing) to avoid drifting from upstream projects too much. | |||
2011-03-22 | release r8 | notaz | |
2011-03-14 | frontend: add screenshot functionality | notaz | |
2011-03-02 | dfxvideo: turn off strict-aliasing (causes problems) | notaz | |
all that int16/int32 casting is messing it up I guess. | |||
2011-03-01 | frontend: move skin and darken the background | notaz | |
2011-03-01 | spu: compact chan structure a bit | notaz | |
2011-02-22 | gte: starting some NEON code | notaz | |
2011-02-17 | drc: some PCSX-specific const addr io handlers | notaz | |
2011-02-12 | main.c: load savestate after prepare | notaz | |
2011-02-11 | use analog handling from dfinput | notaz | |
2011-02-10 | frontend: support analog controller using nubs; some refactoring | notaz | |
also enable frameskip by default, it makes the experience a bit better on most games. | |||
2011-02-03 | maemo: clean up and integrate | notaz | |
2011-01-31 | cdrcimg: support .bz/.znx/eboot formats | notaz | |
not making use of extra .znx data or eboot TOCs yet. | |||
2011-01-29 | spu: cleanup build a bit | notaz | |
2011-01-16 | drc: remove funcs from assert()s to allow NDEBUG build | notaz | |
2011-01-16 | some quick input code for PC build | notaz | |
2011-01-07 | allow some build customization | notaz | |
also correct a statement in readme. | |||
2011-01-05 | release r3 | notaz | |
2011-01-03 | frontend cleanup | notaz | |
2011-01-03 | dfxvideo: massive cleanup | notaz | |
based on pcsx4all code. | |||
2011-01-01 | gles: tweak Makefile, credits | notaz | |
2010-12-29 | add some plugin control from the menu, include spunull | notaz | |
some random refactoring too. | |||
2010-12-25 | add .pnd stuff | notaz | |
2010-12-25 | menu: add config save/load | notaz | |
2010-12-19 | improved memhandlers | notaz | |
2010-12-16 | add basic .Z support | notaz | |
2010-12-14 | menu: implement savestates and scaling cfg | notaz | |
2010-12-14 | refactor OSD code and PCNT stuff | notaz | |
2010-12-14 | fix x86 build, minor refactoring | notaz | |
2010-12-14 | add OMAP layer, also preliminary menu, hud and input support | notaz | |