2013-08-17 |
notaz | improve input handling |
tree | commitdiff |
2013-08-14 |
notaz | pandora: use quad buffering so that ff doesn't tear |
tree | commitdiff |
2013-08-10 |
notaz | bump libpicofe |
tree | commitdiff |
2013-08-10 |
notaz | some new cpu debug code |
tree | commitdiff |
2013-08-05 |
notaz | 32x: move sh2 peripheral emu code to it's own file |
tree | commitdiff |
2013-07-30 |
notaz | libretro: add savestate support |
tree | commitdiff |
2013-07-28 |
notaz | fix clang warnings |
tree | commitdiff |
2013-07-28 |
notaz | tune flip calls and frame setup |
tree | commitdiff |
2013-07-28 |
notaz | get rid of port_config.h |
tree | commitdiff |
2013-07-27 |
notaz | minor drawing code cleanup |
tree | commitdiff |
2013-07-13 |
notaz | minor frontend fixes |
tree | commitdiff |
2013-07-13 |
notaz | drc: lots of new debug code |
tree | commitdiff |
2013-07-11 |
notaz | rm dupe file |
tree | commitdiff |
2013-07-08 |
notaz | 32x: start reworking sheduling |
tree | commitdiff |
2013-07-02 |
notaz | avoid link-time dependency to libavcodec |
tree | commitdiff |
2013-07-01 |
notaz | support mp3 decoding over libavcodec |
tree | commitdiff |
2013-06-30 |
notaz | frontend: fix build |
tree | commitdiff |
2013-06-30 |
notaz | don't assume svp dynarec on ARM so that it can be disabled |
tree | commitdiff |
2013-06-30 |
notaz | split out more asm from build, disable is on iOS (for... |
tree | commitdiff |
2013-06-30 |
notaz | add mremap implementation for where it's not provided |
tree | commitdiff |
2013-06-29 |
notaz | frontend: simplify config handling |
tree | commitdiff |
2013-06-29 |
notaz | plat_sdl: handle exit in some way |
tree | commitdiff |
2013-06-29 |
notaz | add .md extension |
tree | commitdiff |
2013-06-29 |
notaz | bump version, since this is not the same as last releas... |
tree | commitdiff |
2013-06-29 |
notaz | default config adjustments |
tree | commitdiff |
2013-06-28 |
notaz | initial android build support |
tree | commitdiff |
2013-06-28 |
notaz | drc: some portability fixes |
tree | commitdiff |
2013-06-27 |
notaz | initial libretro port |
tree | commitdiff |
2013-06-26 |
notaz | move ROM detect code to pico/ |
tree | commitdiff |
2013-06-26 |
notaz | get rid of port_config.s |
tree | commitdiff |
2013-06-26 |
notaz | add configure, revive pnd build, unify/refactor things |
tree | commitdiff |
2013-06-26 |
notaz | pandora's skin from old 1.80 release |
tree | commitdiff |
2013-06-26 |
notaz | rename config.c/h |
tree | commitdiff |
2013-06-26 |
notaz | support multiple sound drivers |
tree | commitdiff |
2013-06-26 |
notaz | starting SDL port, refactoring |
tree | commitdiff |
2013-06-26 |
notaz | minor fixes from old tree |
tree | commitdiff |
2013-06-26 |
notaz | some uncommitted old mapper code |
tree | commitdiff |
2013-06-26 |
notaz | clarify PicoDrive's license |
tree | commitdiff |
2013-06-22 |
notaz | remove unused/unmaintained code |
tree | commitdiff |
2013-06-22 |
notaz | start new makefile, migrate to libpicofe |
tree | commitdiff |
2013-06-22 |
notaz | add gitignore, gitsubmodules |
tree | commitdiff |
2012-08-28 |
notaz | extend mmap wrapper functionality |
tree | commitdiff |
2012-08-28 |
notaz | add mmap prototypes |
tree | commitdiff |
2012-07-23 |
notaz | input: in_sdl: preliminary joystick support |
tree | commitdiff |
2012-07-23 |
notaz | input: SDL support |
tree | commitdiff |
2012-07-22 |
notaz | menu: support seeking the filelist with letter keys |
tree | commitdiff |
2012-07-22 |
notaz | menu: support seeking the filelist with letter keys |
tree | commitdiff |
2012-07-22 |
notaz | input: in_gp2x refactoring |
tree | commitdiff |
2012-07-22 |
notaz | input: move default bind handling to input core |
tree | commitdiff |
2012-07-22 |
notaz | input: move default bind handling to input core |
tree | commitdiff |
2012-07-22 |
notaz | menu: show savestate date |
tree | commitdiff |
2012-04-10 |
notaz | fbdev: save and restore support |
tree | commitdiff |
2012-04-09 |
notaz | xenv: allow to specify event filter |
tree | commitdiff |
2012-04-09 |
notaz | xenv: add minimize functionality |
tree | commitdiff |
2012-03-12 |
notaz | xenv: allow reading mouse through callbacks, for SDL... |
tree | commitdiff |
2012-01-07 |
notaz | fbdev: crash on single buffering |
tree | commitdiff |
2012-01-07 |
notaz | xenv: init g_kbdfd, as 0 is stdin |
tree | commitdiff |
2011-12-10 |
notaz | input: evdev: do centering adjustment |
tree | commitdiff |
2011-12-10 |
notaz | menu: limit enum text length |
tree | commitdiff |
2011-12-09 |
notaz | input: support analog read |
tree | commitdiff |
2011-12-09 |
notaz | input: support analog read |
tree | commitdiff |
2011-10-30 |
notaz | input: don't configure unprobed devices |
tree | commitdiff |
2011-10-27 |
notaz | input: make it more modular |
tree | commitdiff |
2011-10-27 |
notaz | input: make it more modular |
tree | commitdiff |
2011-09-25 |
notaz | menu: don't assume onoff vars are int |
tree | commitdiff |
2011-09-03 |
notaz | linux: oshide becomes xenv for broader use |
tree | commitdiff |
2011-07-06 |
notaz | menu: add pre-draw func and move pico ext filter |
tree | commitdiff |
2011-05-22 |
notaz | update platform code to suit recent PCSX related changes |
tree | commitdiff |
2011-05-22 |
notaz | a bugfix and cleanup in common code |
tree | commitdiff |
2011-05-21 |
notaz | minor adjustmens |
tree | commitdiff |
2011-05-21 |
notaz | 1.80 readme and filter for it |
tree | commitdiff |
2011-03-21 |
notaz | input: add hack to allow abs-only devices |
tree | commitdiff |
2011-03-21 |
notaz | input: detect dead devices, always set keynames |
tree | commitdiff |
2011-03-21 |
notaz | input: detect dead devices, always set keynames |
tree | commitdiff |
2011-03-21 |
notaz | input: kill "merge with defaults" behavior |
tree | commitdiff |
2011-03-19 |
notaz | input: don't use unintialized memory |
tree | commitdiff |
2011-03-19 |
notaz | menu: generalize credits code to show any message |
tree | commitdiff |
2011-03-19 |
notaz | input: allow several probe calls for rescan |
tree | commitdiff |
2011-03-19 |
notaz | readpnd: teach to writepng too (todo: rename?) |
tree | commitdiff |
2011-02-22 |
notaz | fbdev: make sure color format is set |
tree | commitdiff |
2011-02-12 |
notaz | input: add include guard |
tree | commitdiff |
2011-02-12 |
notaz | menu: make key config more intuitive |
tree | commitdiff |
2011-02-12 |
notaz | input: expand in_unbind_all functionality |
tree | commitdiff |
2011-02-03 |
notaz | pcsx related refactoring |
tree | commitdiff |
2010-12-30 |
notaz | fbdev: resize: do single ioctl in nonerror path |
tree | commitdiff |
2010-12-11 |
notaz | fbdev: change API to make easier to avoid glitches |
tree | commitdiff |
2010-12-09 |
notaz | in_evdev: don't stop on bit0 |
tree | commitdiff |
2010-12-09 |
notaz | in_evdev: revert multi event handling from r901 to... |
tree | commitdiff |
2010-12-09 |
notaz | license some code GPL compatible to use in PCSX |
tree | commitdiff |
2010-12-09 |
notaz | license some code GPL compatible to use in PCSX |
tree | commitdiff |
2010-12-09 |
notaz | in_evdev: remove defbinds (should go to plat code) |
tree | commitdiff |
2010-12-09 |
notaz | input: export defbind struct |
tree | commitdiff |
2010-12-09 |
notaz | split menu so it can be reused in other projects |
tree | commitdiff |
2010-12-08 |
notaz | fbdev: expand to allow more bpps |
tree | commitdiff |
2010-11-13 |
notaz | copyright for SDL reuse (will be dual licensed for PD) |
tree | commitdiff |
2010-11-08 |
notaz | input: add in_get_key_code |
tree | commitdiff |
2010-11-07 |
notaz | in_evdev: do all events in update_keycode |
tree | commitdiff |
2010-11-07 |
notaz | minor refactoring (lprintf) |
tree | commitdiff |
2010-09-18 |
notaz | fix patch support |
tree | commitdiff |
2010-09-18 |
notaz | make OSS detect blocking, adjust audio API |
tree | commitdiff |
next |