add a hack for Decap Attack
[picodrive.git] / Makefile
2019-10-19 notazMerge pull request #101 from ccawley2011/evdev
2019-10-19 Cameron CawleyOnly build evdev code on GP2X and Pandora
2018-04-05 notazMerge pull request #85 from orbea/git
2018-04-05 notazMerge pull request #83 from orbea/debug
2018-04-02 orbeaMakefile: Update one more DEBUG conditional
2018-04-02 orbeaMakefile: Build with optimizations if DEBUG=0
2018-01-27 notazadd a header fixup
2017-12-27 notazMerge pull request #72 from Chips-fr/master
2017-12-25 Chips-frSupport latest raspberry GLES library name
2017-12-11 notazdrc: revive x86 dynarec, support x86-64
2017-10-13 notazre-import all libretro code from it's fork
2017-10-13 notazbuild: some clean ups
2017-10-13 notazbuild: drop function-sections
2017-10-02 notazrecognize the MED ssf2 header
2017-09-20 notaz68k cores: fix bcd instructions
2017-08-06 notazget some gp2x stuff out of the way for others
2017-08-06 notazremove dead code
2017-04-16 notazuse system's zlib
2017-04-16 notazget rid of the silly unzip_stream
2016-01-27 notazadjust famec flags after O2 -> O3 change
2016-01-27 notazMerge pull request #37 from Chips-fr/master
2016-01-20 Chips-frAdd Rpi1 and Rpi2 support with GLES upscaling
2015-08-28 notazanother try to reduce compiler problems with fame
2013-12-13 twinaphex(Clang) Linker fix
2013-10-10 Paul CercueilDon't include dead code when linking program (saves...
2013-10-10 Paul CercueilAdd support for the OpenDingux platform
2013-10-02 notazlet linux/plat know it's for compiled pandora
2013-09-15 notazhandle 32x+cd
2013-08-31 notazrelease 1.85 v1.85
2013-08-31 notazMerge branch 'dev'
2013-08-31 notazallow to disable SH2 dynarec on runtime
2013-08-27 notazrename cd/pico.c -> cd/mcd.c
2013-08-27 notazrevive GP2X build, update
2013-08-20 notazdeal with some strict aliasing issues
2013-08-15 notazfixes for idle and other stuff
2013-08-10 notazsome new cpu debug code
2013-07-28 notazfix build without cyclone
2013-07-28 notazget rid of port_config.h
2013-07-27 notazrework sh2 sync, again..
2013-07-13 notazdrc: lots of new debug code
2013-07-09 notaz32x: rework scheduling/timing
2013-07-01 notazsupport mp3 decoding over libavcodec
2013-06-30 notaztemporary (?) workaround for ios build
2013-06-30 notazsplit out more asm from build, disable is on iOS (for...
2013-06-29 notazfamec: fix 64bit portability issues
2013-06-28 notazinitial android build support
2013-06-27 notazinitial libretro port
2013-06-26 notazmove ROM detect code to pico/
2013-06-26 notazget rid of port_config.s
2013-06-26 notazadd configure, revive pnd build, unify/refactor things
2013-06-26 notazrename config.c/h
2013-06-26 notazsupport multiple sound drivers
2013-06-26 notazstarting SDL port, refactoring
2013-06-22 notazstart new makefile, migrate to libpicofe