Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-25 | Update | twinaphex | |
2020-11-10 | Remove target for PSP for now as long as it can't build | twinaphex | |
2020-10-19 | Update .gitlab-ci.yml | Autechre | |
2020-10-19 | Merge pull request #42 from jdgleaver/new-color-ops | Autechre | |
Backport colour operations from Snes9x 1.60 | |||
2020-10-19 | Backport colour operations from Snes9x 1.60 | jdgleaver | |
2020-10-07 | Stub out cheats for now for MSVC until this issue is properly fixed | twinaphex | |
2020-10-06 | Add vita target for gitlab | twinaphex | |
2020-10-06 | Cleanups | twinaphex | |
2020-10-06 | remove stdio.h | twinaphex | |
2020-10-06 | Remove SDD1 Load / Save Log Data | twinaphex | |
2020-10-06 | Merge branch 'master' of https://github.com/libretro/snes9x2002 | twinaphex | |
2020-10-06 | Update .gitlab-ci.yml | Autechre | |
2020-10-06 | Update .gitlab-ci.yml | Autechre | |
2020-10-06 | Cleanups | twinaphex | |
2020-10-06 | Create .gitlab-ci.yml | Autechre | |
2020-10-06 | Cleanups | twinaphex | |
2020-10-06 | Cleanups | twinaphex | |
2020-09-22 | Merge pull request #41 from trioan/wii | Autechre | |
libretro: fix msb building | |||
2020-09-21 | libretro: fix msb building | trioan | |
2020-09-14 | Merge pull request #40 from trioan/bitmask | Autechre | |
libretro: use input bitmask | |||
2020-09-14 | libretro: use input bitmask | trioan | |
2020-01-08 | Update | twinaphex | |
2020-01-07 | Add TODO/FIXME note | twinaphex | |
2020-01-04 | Merge pull request #38 from ToadKing/fix-emscripten | Twinaphex | |
fix emscripten | |||
2020-01-04 | fix emscripten | Toad King | |
2020-01-04 | Merge pull request #37 from Derynect/gcw0 | Twinaphex | |
gcw0 patch for performance | |||
2019-12-28 | Add FRAME_SKIP for gcw0 | jovonna | |
2019-12-28 | Remove libretro ignore as it picks up libretro.c | jovonna | |
2019-09-14 | Merge pull request #36 from yoshisuga/tvos_support | Twinaphex | |
(tvOS) support building using tvOS SDK | |||
2019-09-14 | Merge pull request #35 from webgeek1234/master | Twinaphex | |
Fix mingw cross compile and android compile on ndk r20 | |||
2019-09-13 | (tvOS) support building using tvOS SDK | Yoshi Sugawara | |
2019-07-02 | libretro: allow mingw cross compile | Aaron Kling | |
2019-07-02 | libretro: jni: build with default compiler | Aaron Kling | |
Google has deprecated the use of gcc | |||
2019-07-02 | Merge pull request #34 from jdgleaver/state-size | Twinaphex | |
Fix save state size | |||
2019-07-02 | Fix save state size | jdgleaver | |
2019-05-06 | Merge pull request #33 from Brunnis/master | Twinaphex | |
Port input lag fix already used in the other snes9x cores | |||
2019-05-06 | Fix issue with save states caused by input lag fix. | Mikael Brunnhede | |
2019-05-05 | Port 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-29 | Merge pull request #32 from Tatsuya79/patch-1 | hizzlekizzle | |
recover 1 frame of input lag | |||
2019-04-29 | recover 1 frame of input lag | Tatsuya79 | |
2018-12-28 | Add psp1 target | twinaphex | |
2018-12-28 | More work on making code C89-compliant | twinaphex | |
2018-12-28 | Start significantly refactoring this codebase so we can get it | twinaphex | |
to work with MSVC | |||
2018-12-19 | Merge pull request #30 from jdgleaver/smas-input-fix | meepingsnesroms | |
Fix controller input for Super Mario All-Stars | |||
2018-12-19 | Fix controller input for Super Mario All-Stars (backport | jdgleaver | |
https://github.com/libretro/snes9x2005/commit/bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec) | |||
2018-12-18 | Fix audio pitch issues (FF6) (#29) | jdgleaver | |
* Fix audio pitch issues (FF6) * Remove compilted binary, update .gitignore to ignore shared objects | |||
2018-11-08 | Merge pull request #27 from Classicmods/master | Twinaphex | |
Added Classic Platform structure - ARMv7 Cortex A7 build | |||
2018-10-17 | finished Armv7 a7 | Ryan 'Swingflip' Hamlin | |
2018-10-16 | init commit | Ryan 'Swingflip' Hamlin | |
2018-06-24 | Merge pull request #26 from HakchiCloud/master | Twinaphex | |
Added Hakchi Platform (Nintendo Classics) |