summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-09enable sound ( still broken )aliaspider
2014-12-09video output now works in statically linked builds.aliaspider
core can't be used as a shared library yet due to the dynarec not working when compiled with -fPIC
2014-12-09add debug build option to x86 standalone target.aliaspider
2014-12-09hide some warningsaliaspider
2014-12-09fix undefined referances.aliaspider
2014-12-09show undefined referances.aliaspider
add link.T
2014-12-09can compilealiaspider
2014-12-08start implementing the libretro interface. (not working yet)aliaspider
2014-12-08fix binary name for the x86 target on non windows platforms.aliaspider
2014-07-14Dump required game_config.txt into working directory x86/ for nowtwinaphex
2014-07-14Merge pull request #1 from aliaspider/masterTwinaphex
fix x86 build
2014-07-14fix x86 buildaliaspider
2014-07-14Take out NEON CPU filterstwinaphex
2014-07-14Take out GIZMONDO/POCKETPC ifdefstwinaphex
2014-07-14Take out Windows CE codetwinaphex
2014-07-14Get rid of PND_BUILD/RPI_BUILD/POLLUX_BUILD/GIZ_BUILDtwinaphex
2013-04-22Add copyright message to gles_videoDave
2013-04-22Add CFLAGS -I/opt/vc/include/interface/vmcs_host/linuxDave
2013-03-19edit rpi.hDave
2013-03-07raspberry pi portDave
2012-10-06u8/caanoo releasenotaz
2012-10-06initial Caanoo portnotaz
plus some random tweaks
2012-10-05make sound reinitablenotaz
this will be used for Caanoo overclocking workaround
2012-10-03avoid forced menu bind, some config refactoringnotaz
2012-10-02u8/pandora releasenotaz
2012-10-02integrate M-HT's neon scalersnotaz
2012-09-18merge an assorment of calc84maniac's fixes.notaz
2012-09-18fix omap vram allocation (fixes tv-out)notaz
2011-09-08u7/pandora releasenotaz
2011-09-08fix goofed up L keynotaz
2011-09-08handle div by 0notaz
2011-09-08make romdir saving not GP2X specificnotaz
not using config as it's binary, this is intended to be user editable.
2011-09-08add some game configsnotaz
..from yet another uncredited gpSP port, NDS-GBA :(
2011-09-08store saves and configs in gpsp dirnotaz
Don't like ROM dir littering. Still looking there for .sav and .cht files though.
2011-09-08support multi-file zips, skipping irrelevant filesnotaz
2011-09-08tweak sound buffering and timing to better match pandora's refresh.notaz
this also changes how direct sound channels are started and sample step precision is increased to hopefully fix gbc + direct channel desync that has been reported on the forums.
2011-09-08get rid of -fno-commonnotaz
2011-09-08use single literal pool in arm_stubnotaz
..to reduce dcache trashing
2011-09-08mask off arguments for write hadlersnotaz
newer gcc wants this
2011-09-06fix unaligned readnotaz
it's causing a fault on Linux
2011-09-06enable -Wall and fix warnings reported by itnotaz
2011-09-06initial pandora port, with hardware scaling and stuffnotaz
2011-09-04refactor GP2X stuff for pandora reusenotaz
2011-09-04unify non-psp synchronize(), fix a few sound issuesnotaz
..like ignoring real buffer size and not stopping sound thread on exit
2011-09-04drc: fix eabi alignmentnotaz
2011-09-03move warm toonotaz
2011-09-03fix some warningsnotaz
2011-09-03revive PC build, support Linuxnotaz
2011-09-03get rid of GP2X_BUILD checks where they are not really needednotaz
2011-09-02move platform-independent stuff out of /gp2x.notaz