summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-29(MacOS) Add ARM 64bit supporttwinaphex
2021-01-28(MacOS) Remove implicit assigning of type to itselftwinaphex
2021-01-09Update .gitlab-ci.ymlAutechre
2021-01-07Update .gitlab-ci.ymlAutechre
2021-01-01Update .gitlab-ci.ymlAutechre
2020-12-29Update MakefileAutechre
2020-12-29Update MakefileAutechre
2020-12-29Update .gitlab-ci.ymlAutechre
2020-12-28Merge pull request #43 from jdgleaver/ctr-gitlabAutechre
(.gitlab-ci.yml) Add CTR target
2020-12-28(.gitlab-ci.yml) Add CTR targetjdgleaver
2020-12-25Updatetwinaphex
2020-11-10Remove target for PSP for now as long as it can't buildtwinaphex
2020-10-19Update .gitlab-ci.ymlAutechre
2020-10-19Merge pull request #42 from jdgleaver/new-color-opsAutechre
Backport colour operations from Snes9x 1.60
2020-10-19Backport colour operations from Snes9x 1.60jdgleaver
2020-10-07Stub out cheats for now for MSVC until this issue is properly fixedtwinaphex
2020-10-06Add vita target for gitlabtwinaphex
2020-10-06Cleanupstwinaphex
2020-10-06remove stdio.htwinaphex
2020-10-06Remove SDD1 Load / Save Log Datatwinaphex
2020-10-06Merge branch 'master' of https://github.com/libretro/snes9x2002twinaphex
2020-10-06Update .gitlab-ci.ymlAutechre
2020-10-06Update .gitlab-ci.ymlAutechre
2020-10-06Cleanupstwinaphex
2020-10-06Create .gitlab-ci.ymlAutechre
2020-10-06Cleanupstwinaphex
2020-10-06Cleanupstwinaphex
2020-09-22Merge pull request #41 from trioan/wiiAutechre
libretro: fix msb building
2020-09-21libretro: fix msb buildingtrioan
2020-09-14Merge pull request #40 from trioan/bitmaskAutechre
libretro: use input bitmask
2020-09-14libretro: use input bitmasktrioan
2020-01-08Updatetwinaphex
2020-01-07Add TODO/FIXME notetwinaphex
2020-01-04Merge pull request #38 from ToadKing/fix-emscriptenTwinaphex
fix emscripten
2020-01-04fix emscriptenToad King
2020-01-04Merge pull request #37 from Derynect/gcw0Twinaphex
gcw0 patch for performance
2019-12-28Add FRAME_SKIP for gcw0jovonna
2019-12-28Remove libretro ignore as it picks up libretro.cjovonna
2019-09-14Merge pull request #36 from yoshisuga/tvos_supportTwinaphex
(tvOS) support building using tvOS SDK
2019-09-14Merge pull request #35 from webgeek1234/masterTwinaphex
Fix mingw cross compile and android compile on ndk r20
2019-09-13(tvOS) support building using tvOS SDKYoshi Sugawara
2019-07-02libretro: allow mingw cross compileAaron Kling
2019-07-02libretro: jni: build with default compilerAaron Kling
Google has deprecated the use of gcc
2019-07-02Merge pull request #34 from jdgleaver/state-sizeTwinaphex
Fix save state size
2019-07-02Fix save state sizejdgleaver
2019-05-06Merge pull request #33 from Brunnis/masterTwinaphex
Port input lag fix already used in the other snes9x cores
2019-05-06Fix issue with save states caused by input lag fix.Mikael Brunnhede
2019-05-05Port the input lag fix already present in the other snes9x cores. With this ↵Mikael Brunnhede
fix active, the main loop exit occurs right after generating the finished frame, but before reading the input. This means each new frame begins with reading input, then running game logic, ensuring the input used is as fresh as possible.
2019-04-29Merge pull request #32 from Tatsuya79/patch-1hizzlekizzle
recover 1 frame of input lag
2019-04-29recover 1 frame of input lagTatsuya79