This project is mirrored from https://*****@github.com/libretro/snes9x2010.git.
Pull mirroring updated .
- 25 Jul, 2022 1 commit
-
-
LibretroAdmin authored
-
- 21 Jul, 2022 1 commit
-
-
libretroadmin authored
-
- 09 Apr, 2022 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 28 Mar, 2022 4 commits
-
-
Libretro-Admin authored
Improve save state efficiency + fix save state size
-
jdgleaver authored
-
Libretro-Admin authored
Use audio batch callback only once per frame
-
jdgleaver authored
-
- 27 Mar, 2022 1 commit
-
-
Libretro-Admin authored
PS3/PSL1GHT Makefile.libretro update
-
- 28 Feb, 2022 1 commit
-
-
CrystalCT authored
-
- 22 Feb, 2022 5 commits
-
-
Libretro-Admin authored
-
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 a LUT const for const-correctness.
-
jSTE0 authored
Fix regression introduced in snes9x-1.40.
-
jSTE0 authored
Avoids recreating the arrays on the stack on every entry to the function and moves them to the ro section. For dsp, this is a performance regression introduced in snes9x-1.52 when the const arrays moved to function scope.
-
- 02 Nov, 2021 1 commit
-
-
Libretro-Admin authored
-
- 01 Oct, 2021 2 commits
-
-
Libretro-Admin authored
Fix the build with `armv` platform
-
cmitu authored
-
- 27 Sep, 2021 3 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 17 Sep, 2021 2 commits
-
-
Libretro-Admin authored
Replace direct direct file access with VFS routines
-
jdgleaver authored
-
- 12 Sep, 2021 1 commit
-
-
Libretro-Admin authored
Added rpi3_64 to makefile
-
- 11 Sep, 2021 1 commit
-
-
Juliano Dorigão authored
-
- 30 Aug, 2021 2 commits
-
-
Libretro-Admin authored
Assign map descriptors after ROM is loaded
-
Libretro-Admin authored
Increase SRAM size
-
- 29 Aug, 2021 2 commits
-
-
Paul Brannan authored
Moved the assignment of map.descriptors and map.num_descriptors until after the ROM is loaded. Since the descriptors are initialized as part of loading the ROM, assigning these struct members prior to loading the ROM meant that retroarch would never see any memory maps. After this change, I can see the maps in the retroarch log output, as expected.
-
Paul Brannan authored
Increased SRAM size from 128KB to 512KB. This fixes a crash in the Super Metroid Practice Hack when saving/loading state.
-
- 17 Aug, 2021 1 commit
-
-
Libretro-Admin authored
This reverts commit 988fa23d.
-
- 16 Aug, 2021 1 commit
-
-
Libretro-Admin authored
-
- 11 Aug, 2021 1 commit
-
-
Libretro-Admin authored
-
- 09 Aug, 2021 1 commit
-
-
Libretro-Admin authored
-
- 07 Jun, 2021 1 commit
-
-
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 75139261.
-
Libretro-Admin authored
that don't support it)
-
- 23 Apr, 2021 2 commits
-
-
Libretro-Admin authored
Fix build with clang
-
Dmitry Marakasov authored
-flto=auto is gcc specific and fails under clang
-