This project is mirrored from https://*****@github.com/libretro/snes9x2002.git.
Pull mirroring updated .
- 06 Aug, 2022 2 commits
-
-
LibretroAdmin authored
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
-
zoltanvb authored
-
- 25 Jul, 2022 1 commit
-
-
LibretroAdmin authored
-
- 19 Jul, 2022 2 commits
-
-
libretroadmin authored
-
libretroadmin authored
-
- 09 Apr, 2022 1 commit
-
-
Libretro-Admin authored
-
- 01 Apr, 2022 4 commits
-
-
Libretro-Admin authored
Make transparency effects configurable
-
jSTE0 authored
Reintroduce this option, which was present in the upstream version this was forked from, to allow slower platforms to opt for improved frame rates where rendering accuracy is not critical.
-
Libretro-Admin authored
Add optional low pass audio filter
-
jdgleaver authored
-
- 25 Mar, 2022 2 commits
-
-
Libretro-Admin authored
Improve save state efficiency
-
jdgleaver authored
-
- 24 Mar, 2022 7 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
Various Improvements
-
jdgleaver authored
-
jdgleaver authored
-
jdgleaver authored
-
jdgleaver authored
-
jdgleaver authored
-
- 10 Mar, 2022 2 commits
-
-
Libretro-Admin authored
platform/miyoo: Fix build flags and use FAST_ALIGNED_LSB_WORD_ACCESS
-
jSTE0 authored
Backport FAST_ALIGNED_LSB_WORD_ACCESS from snes9x2005@c5d385d6 and snes9x2005@2572e073. Fix build flags for miyoo, which were not correctly applied, opt-in to FAST_ALIGNED_LSB_WORD_ACCESS as in libretro/snes9x2005#93, and use LTO to squeeze a bit more performance and reduce the binary size by 4%.
-
- 03 Mar, 2022 3 commits
-
-
Libretro-Admin authored
gfx: Remove unused settings and code
-
Libretro-Admin authored
platforms: Add Miyoo target
-
jSTE0 authored
Add this, with Arm ASM optimisations, as a faster alternative to the 2005 core.
-
- 02 Mar, 2022 1 commit
-
-
jSTE0 authored
Drop S9xInitUpdate() which is only a stub here and was originally used upstream in the Windows port until 1.52 where it was unused in the Windows port as well. This function has already been removed in the libretro snes9x2005 and 2010 cores. Also drop checking the Settings.SixteenBit flag as this fork no longer contains 8bpp graphics rendering code.
-
- 24 Feb, 2022 1 commit
-
-
Libretro-Admin authored
Microopt
-
- 23 Feb, 2022 4 commits
-
-
jSTE0 authored
Use the gcc built-in function, making the operation constant-time and branch-free.
-
jSTE0 authored
Use {READ,WRITE}_WORD so that it copies by word on little-endian platforms. Mark LUTs const for const-correctness.
-
jSTE0 authored
Fix regression introduced in snes9x-1.40.
-
jSTE0 authored
As it's only incremented here and then reset to 0, avoids integer division, which can be be expensive on CPUs without this instruction such as pre-ARMv7 classic ARMs.
-
- 10 Oct, 2021 2 commits
-
-
Libretro-Admin authored
Adds auto-frameskip based on audio capacity
-
neonloop authored
Adds frameskip based on audio buffer capacity, based on implementations from other cores. "frameskip_interval" setting is used to set maximum number of skipped frames for all frameskip types, rather than hardcoding to 30. This allows adjust pacing when it can't keep up.
-
- 07 Jun, 2021 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 04 Jun, 2021 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 03 Jun, 2021 2 commits
-
-
Libretro-Admin authored
This reverts commit e31ada35.
-
Libretro-Admin authored
-
- 12 Mar, 2021 1 commit
-
-
Libretro-Admin authored
-
- 14 Feb, 2021 1 commit
-
-
Libretro-Admin authored
-