Merge branch 'libretro' into libretro-reset
[picodrive.git] / Makefile
2017-10-14 notazMerge branch 'libretro' into libretro-reset libretro-reset github/libretro-reset
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-18 notazget rid of the silly unzip_stream
2017-08-18 notazuse system's zlib
2017-08-18 notazget some gp2x stuff out of the way for others
2017-08-18 notazremove dead code
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-12-06 TwinaphexMerge pull request #41 from orbea/debug
2016-12-06 orbeaCheck if DEBUG is set rather than not set.
2016-12-05 TwinaphexMerge pull request #40 from fetzerch/debug
2016-12-05 Christian FetzerFix compilation with DEBUG flag
2016-10-04 TwinaphexMerge pull request #38 from lentillog/feature/dynarec
2016-10-03 lentillog(VITA) Dynarec working
2016-09-08 twinaphexBoth ios and emscripten have problems with this - hide...
2016-09-08 twinaphex(Emscripten) Target should work now
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
2014-04-14 twinaphex(OSX PPC) Improve upon some build rules
2014-03-17 twinaphexUniquely name files for MSVC
2014-03-17 twinaphexC89 MSVC doesn't support 'inline' - will have to make...
2014-03-17 Twinaphex(MSVC) Add skeleton MSVC 2010 solution
2014-03-04 twinaphex(PS3) We shouldn't compile in zlib code in a core period -
2014-03-04 twinaphex(PSP/PS3) Resolve namespace conflict with memcpy16...
2014-03-04 twinaphex(PSP) Add PSP target
2013-12-13 twinaphex(Clang) Linker fix
2013-12-10 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