Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-06 | Get rid of fprintf call | twinaphex | |
2020-10-06 | Add .gitlab-ci.yml | twinaphex | |
2020-10-04 | Cleanups | twinaphex | |
2020-09-14 | Merge pull request #74 from trioan/bitmask | Autechre | |
libretro: use input bitmask | |||
2020-09-13 | libretro: use input bitmask | trioan | |
2020-05-18 | Update | twinaphex | |
2020-05-18 | Update | twinaphex | |
2020-01-10 | Merge pull request #73 from joolswills/fpic_fix | hizzlekizzle | |
fixed building on arm - missing -fPIC during compilation - fixes #71 | |||
2020-01-10 | fixed building on arm - missing -fPIC during compilation - fixes #71 | Jools Wills | |
2020-01-08 | Comment out fprintf stderr | twinaphex | |
2020-01-07 | Buildfix | twinaphex | |
2020-01-07 | (MSVC 2017) Buildfix - not yet complete | twinaphex | |
2020-01-04 | Merge pull request #72 from ToadKing/fix-emscripten | Twinaphex | |
fix emscripten | |||
2020-01-04 | fix emscripten | Toad King | |
2019-12-27 | Buildfix | twinaphex | |
2019-12-27 | Update Makefile | twinaphex | |
2019-12-27 | Update | twinaphex | |
2019-12-27 | Update Makefile | twinaphex | |
2019-09-14 | Merge pull request #67 from webgeek1234/master | Twinaphex | |
libretro: allow mingw cross compile | |||
2019-09-14 | Merge pull request #68 from yoshisuga/tvos_support | Twinaphex | |
(tvOS) support building using tvOS SDK | |||
2019-09-13 | (tvOS) support building using tvOS SDK | Yoshi Sugawara | |
2019-08-03 | libretro: allow mingw cross compile | Aaron Kling | |
2019-08-02 | Merge pull request #66 from paradadf/arm-patch | Twinaphex | |
Add ARM platform | |||
2019-08-02 | Add ARM platform | paradadf | |
2019-08-02 | Add new core options | twinaphex | |
2019-01-04 | VC2017 buildfix | twinaphex | |
2019-01-04 | Add MSVC 2017 target | twinaphex | |
2018-12-28 | Update MSVC 2010 x86 | twinaphex | |
2018-12-28 | C89 buildfix | twinaphex | |
2018-12-27 | Add MSVC2008 target | twinaphex | |
2018-12-27 | Buildfixes for MSVC + add MSVC 2008 | twinaphex | |
2018-12-18 | Merge pull request #65 from jdgleaver/pitch-fix | hizzlekizzle | |
[snes9x2005 non-plus] Fix audio pitch issues (FF6) | |||
2018-12-18 | [snes9x2005 non-plus] Fix audio pitch issues (FF6) | jdgleaver | |
2018-11-02 | Merge pull request #62 from Classicmods/master | Twinaphex | |
Added Classic Platform structure - ARMv7 Cortex A7 build | |||
2018-10-29 | Fixed the link for A7A7 | Ryan 'Swingflip' Hamlin | |
2018-10-17 | Added ARMv7 A7 | Ryan 'Swingflip' Hamlin | |
2018-10-12 | Fix compiling on Mac OS Mojave | meepingsnesroms | |
2018-08-21 | Merge pull request #60 from netux79/master | Twinaphex | |
Fix Jurassic Park transparency. | |||
2018-08-20 | Fix Jurassic Park transparency. | Joe Rmz | |
Code taken from snes9x 1.53 | |||
2018-06-26 | Merge pull request #59 from HakchiCloud/master | Twinaphex | |
Added Hakchi platform | |||
2018-06-26 | Fixed Typo | Ryan 'Swingflip' Hamlin | |
2018-06-26 | 3rd time lucky with the make... | Ryan 'Swingflip' Hamlin | |
2018-06-26 | derped the make. | Ryan 'Swingflip' Hamlin | |
2018-06-26 | Added Hakchi Platform | Ryan 'Swingflip' Hamlin | |
2018-04-11 | Merge pull request #57 from webgeek1234/master | Twinaphex | |
Refactor android jni makefiles | |||
2018-04-11 | Refactor android jni makefiles | Aaron Kling | |
2018-03-31 | Put ifdefs around S9xSetSoundMute call for now | twinaphex | |
2018-03-31 | Merge pull request #53 from Dwedit/submission_1 | Twinaphex | |
Add support for Audio/Video Disable flags and Hard Disable Audio | |||
2018-03-30 | fix typo (extra semicolon) | Dwedit | |
2018-03-30 | Add support for Audio/Video Disable flags | Dwedit | |
Add support for Hard Disable Audio Fix frame discarding causing infinite loops Fix MSVC building |