This project is mirrored from https://*****@github.com/libretro/snes9x2010.git.
Pull mirroring updated .
- 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 3 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 02 Oct, 2020 2 commits
-
-
Libretro-Admin authored
Whitespaces and added set console region, added set aspect ratio; add…
-
wonder199999 authored
Whitespaces and added set console region; added set aspect ratio; added autofire button; added blargg's NTSC video filter; added block Invalid VRAM access for core option.
-
- 09 Sep, 2020 2 commits
-
-
Libretro-Admin authored
[3DS] Use linearAlloc to allocate the screen
-
Justin Weiss authored
RetroArch's ctr_gfx driver takes a faster path if the buffer is in correctly aligned linear memory. This matches simiar code in snes9x2005 and below.
-
- 18 May, 2020 1 commit
-
-
Libretro-Admin authored
-
- 17 May, 2020 4 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
with OSX PPC GCC
-
- 24 Apr, 2020 1 commit
-
-
Libretro-Admin authored
libretro: fix C89 and logging fallback
-
- 23 Apr, 2020 1 commit
-
-
Mahyar Koshkouei authored
Signed-off-by:
Mahyar Koshkouei <mk@deltabeard.com>
-
- 21 Apr, 2020 4 commits
-
-
Libretro-Admin authored
-
hizzlekizzle authored
libretro: added granularity in SuperFX overclock
-
Mahyar Koshkouei authored
Signed-off-by:
Mahyar Koshkouei <mk@deltabeard.com>
-
Mahyar Koshkouei authored
There doesn't seem to be any benefit of overclocking above 15 MHz (150%). The user should be allowed to be more precise with their overclock setting now. Signed-off-by:
Mahyar Koshkouei <mk@deltabeard.com>
-
- 20 Apr, 2020 2 commits
-
-
hizzlekizzle authored
Cleanups and bug fixes
-
Mahyar Koshkouei authored
Signed-off-by:
Mahyar Koshkouei <mk@deltabeard.com>
-