This project is mirrored from https://*****@github.com/libretro/snes9x.git.
Pull mirroring updated .
- 12 May, 2022 2 commits
-
-
LibretroAdmin authored
Fix hi-res mode crashing + sync to upstream
-
ds22x authored
-
- 30 Apr, 2022 1 commit
-
-
BearOso authored
-
- 25 Apr, 2022 1 commit
-
-
BearOso authored
-
- 19 Apr, 2022 1 commit
-
-
BearOso authored
OpenGL is the optimal display mode until Vulkan is in, and it's mandatory on Wayland. Don't let it be disabled.
-
- 14 Apr, 2022 1 commit
-
-
Libretro-Admin authored
Sync to upstream
-
- 13 Apr, 2022 1 commit
-
-
BearOso authored
There's no point in disabling it at this point, so it's always supported.
-
- 12 Apr, 2022 4 commits
-
-
BearOso authored
-
ds22x authored
-
bearoso authored
libretro: Fix audio not being submitted when rendering is disabled
-
Nikos Chantziaras authored
In commit 6628042f, audio upload was moved from retro_run() to S9xDeinitUpdate(). This breaks audio when runahead is enabled in RetroArch. With second-instance runahead, S9xDeinitUpdate() is not called when video rendering is disabled and thus the core instance responsible for audio is not uploading the audio. With single-instance runahead, audio is uploaded twice because video rendering is always enabled and thus S9xDeinitUpdate() gets called twice per frame. Fix this by introducing a callback that gets called at the end of every screen refresh, regardless of whether or not rendering is active for this frame. We can then decide in the callback whether or not audio should be uploaded.
-
- 11 Apr, 2022 2 commits
- 10 Apr, 2022 5 commits
- 09 Apr, 2022 1 commit
-
-
BearOso authored
Uses std::filesystem and std::string.
-
- 05 Apr, 2022 4 commits
-
-
Libretro-Admin authored
Add controls for players 6-8
-
StormedBubbles authored
Remove extraneous code
-
StormedBubbles authored
-
StormedBubbles authored
Recognize when ports 1 and 2 are both set to multitap and add controls for players 6, 7, and 8. Compatible with homebrew game "N-Warp Daisakusen"
-
- 24 Mar, 2022 4 commits
- 22 Mar, 2022 3 commits
-
-
BearOso authored
-
Libretro-Admin authored
Small upstream sync
-
ds22x authored
-
- 21 Mar, 2022 2 commits
- 18 Mar, 2022 4 commits
- 12 Mar, 2022 1 commit
-
-
BearOso authored
Make them more idiomatic C++.
-
- 07 Mar, 2022 3 commits
-
-
Libretro-Admin authored
Sync to upstream
-
ds22x authored
-