fix some warnings
[picodrive.git] / pico /
2017-08-18 notazfix some warnings
2017-08-18 notazdrz80: drop fast_sp for compatibility
2017-08-18 notazget some gp2x stuff out of the way for others
2017-08-18 notazremove dead code
2017-08-18 notazeliminate texrels, part 3
2017-08-18 notazeliminate texrels (wip2)
2017-08-18 notazeliminate texrels (wip)
2017-08-18 notazremove some dead code
2017-08-17 notazfix a name clash with newer zlib
2017-03-26 TwinaphexMerge pull request #53 from ilag11111/cheatSupport
2017-03-26 iLagFix remaining bugs and fix indentation
2017-03-26 iLagRestore support for short GG cheats.
2017-03-26 TwinaphexMerge pull request #52 from ilag11111/cheatSupport
2017-03-26 iLagAdd support for Master System cheats.
2017-03-24 twinaphexMerge branch 'master' of https://github.com/libretro...
2017-03-23 TwinaphexMerge pull request #51 from ilag11111/cheatSupport
2017-03-22 iLagFix variable types, silence warnings.
2017-03-22 iLagAdd support for single-line cheats and PAR codes.
2016-12-07 TwinaphexMerge pull request #43 from fetzerch/debugfix2
2016-12-06 Christian FetzerFix more undefined symbol errors
2016-12-06 TwinaphexMerge pull request #42 from orbea/debug
2016-12-06 orbeaActually fix the debug build
2016-12-06 TwinaphexMerge pull request #41 from orbea/debug
2016-12-06 orbeaFix the debug build and compile warnings.
2016-09-28 TwinaphexMerge pull request #37 from lentillog/feature/remove...
2016-09-28 lentillog(VITA) Removed gross hack with optimization workaround
2016-09-20 TwinaphexMerge pull request #35 from lentillog/feature/vita
2016-09-20 lentillog(vita) Updated build to work on Vita
2015-12-17 TwinaphexMerge pull request #17 from AkimanBengus/master
2015-12-13 DavidAdd core option to force the Region FPS (NTSC, PAL)
2015-11-24 DavidFix the lprintf method (libretro side)
2015-01-30 TwinaphexBuildfix
2014-12-25 TwinaphexMerge pull request #4 from vobe/master
2014-12-25 vobePrevent segfault while scanning for MP3 files
2014-04-14 twinaphexCleaner build fix for pedantic LLVM Clang issue -
2014-04-14 twinaphexClang fix build
2014-03-17 Twinaphex(MSVC) Build fixes
2014-03-17 Twinaphex(MSVC) Rename pico/pico/pico.c and pico/pico/memory.c
2014-03-17 Twinaphex(MSVC) Build fixes
2014-03-17 twinaphexUniquely name files for MSVC
2014-03-17 Twinaphex(MSVC) Compatibility fixes
2014-03-17 twinaphexC89 MSVC doesn't support 'inline' - will have to make...
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...
2013-10-12 notazfix use of freed mem
2013-10-12 notazremove regs union due to compiler issues
2013-10-10 notazupdate gp2x for input changes
2013-10-08 notazfix yet another sync issue..
2013-10-07 notazcd: hacks..
2013-10-06 notazcd: switch to CD drive emu code from genplus
2013-10-06 notazcd: switch to CD controller code from genplus
2013-10-04 notazcd: fix cycle overflow issue
2013-10-04 notazsound: remove cd rate limitations
2013-09-24 notazfamec: remove unused dual code
2013-09-24 notazcd: fix copy-paste bug, comm issue
2013-09-23 notazcd: pcm: tune addr reload
2013-09-22 notazcd: gfx: reduce LUT size
2013-09-22 notazcd: integrate new gfx code
2013-09-22 notazcd: pull in Genesis-Plus-GX CD gfx code
2013-09-22 notazcd: fix yet more desyncs
2013-09-22 notazcd: rewrite pcm
2013-09-17 notazcd: better cd change handling, perhaps?
2013-09-15 notazhandle 32x+cd
2013-09-09 notazcd: delay gfx ops again
2013-09-09 notazhandle dbra wait loops, update cyclone
2013-09-08 notazimprove cue handling a bit
2013-09-06 notazminor formatting changes
2013-09-06 notazfix blank line increment
2013-09-06 notazcd: tweak the poll code further
2013-09-05 notazgeneral timing hacks
2013-09-03 notazcd: fix breakage in comm detection
2013-09-02 notazmake hcnt code friendly with split timeslices
2013-08-31 notazsome readme and general cleanups
2013-08-31 notazMerge branch 'dev'
2013-08-31 notazallow to disable SH2 dynarec on runtime
2013-08-31 notazsms: add pause support
2013-08-29 notazfix array-out-of-bounds issue
2013-08-29 notazcd: fix busreq and reset
2013-08-29 notazcd: some fixes
2013-08-28 notazcd: clean up dmna handling, stuff
2013-08-27 notazrename cd/pico.c -> cd/mcd.c
2013-08-27 notazcd sync improvements, part2
2013-08-27 notazcd sync improvements
2013-08-27 notazfix yet another portability issue
2013-08-27 notaznew timing for main and cd
2013-08-20 notazdistinguish VR SVP from 32X version
2013-08-20 notazdeal with some strict aliasing issues
2013-08-19 notaz32x: add 6btn quirk
2013-08-19 notaz32x: some mapping corrections
2013-08-18 notaz32x: pwm pop reduction hacks
2013-08-18 notaz32x: some hacks..
2013-08-18 notaz32x: more memhandler improvements
2013-08-17 notaz32x: improve interrupt handling
2013-08-17 notazimprove input handling
2013-08-15 notazdraw: fix mistake from 9c9cda8c3
2013-08-15 notaz32x: fix bg color tests
2013-08-15 notazfixes for idle and other stuff
2013-08-15 notaz32x: improve pwm a bit more
2013-08-15 notaz32x: avoid unnecessary logging
2013-08-15 notaz32x: add preliminary hint emulation
next