This project is mirrored from https://*****@github.com/libretro/snes9x2010.git.
Pull mirroring updated .
- 10 Feb, 2021 1 commit
-
-
Libretro-Admin authored
-
- 09 Feb, 2021 1 commit
-
-
Libretro-Admin authored
-
- 28 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 14 Jan, 2021 2 commits
-
-
Libretro-Admin authored
Add RPI4 64 + N2 + OGA Support
-
liberodark authored
-
- 09 Jan, 2021 2 commits
-
-
Libretro-Admin authored
Add optional automatic frame skipping
-
Libretro-Admin authored
-
- 07 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 01 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 29 Dec, 2020 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 28 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 27 Dec, 2020 3 commits
-
-
Justin Weiss authored
This PR uses the `RETRO_ENVIRONMENT_SET_AUDIO_BUFFER_STATUS_CALLBACK` environment to implement optional automatic frame skipping, based on the implementation in snes9x2005.
-
Libretro-Admin authored
[3DS] Fix crashes when loading savestates
-
Justin Weiss authored
The nonportable LE macros in Blargg SPU can allow unaligned loads, which cause ARM exceptions on 3DS. The portable code avoids these problems, and generates good enough assembly, so it should be used instead.
-
- 24 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 19 Dec, 2020 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 05 Dec, 2020 4 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 01 Dec, 2020 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 12 Nov, 2020 1 commit
-
-
Libretro-Admin authored
Minor fixes
-
- 09 Nov, 2020 2 commits
-
-
Michael Forney authored
REGISTER_2180 is used as the body of an if-statement with no curly braces, so only the second statement executes regardless of whether the if-expression evaluated to true. To fix this, use the standard technique of adding `do { ... } while (0)` so that the macro can be used like a regular statement.
-
Michael Forney authored
These functions are only used conditionally on SNES_SUPPORT_MULTI_CART, so their definitions should also be conditional to prevent unused function warnings.
-
- 06 Oct, 2020 9 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 04 Oct, 2020 2 commits
-
-
Libretro-Admin authored
msvc2010: Buildfix
-
negativeExponent authored
-
- 03 Oct, 2020 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-