No description
  • C# 95.3%
  • GLSL 3.3%
  • C 1.1%
  • HLSL 0.2%
Find a file
sh0inx fcb71ca8b9 Merge branch 'fix/palma-pokeball-crash' into 'master'
fix: Palma (Pokeball Plus) service - close TransferMemory handle & add missing commands

See merge request sh0inx/ryushinx!1
2026-02-13 23:05:19 -06:00
.github Update canary.yml 2026-02-01 22:41:07 -05:00
assets General translations updates + fixes (ryubing/ryujinx!248) 2026-01-28 07:01:39 -06:00
distribution We no longer offer a dedicated headless build. This script could have been deleted like a year ago lol 2025-11-17 22:47:23 -06:00
docs docs: compat: ZA LDN works and has for a while 2025-11-16 00:30:37 -06:00
src chore: remove trailing white-space 2026-02-14 15:00:59 +10:00
.editorconfig Revert "Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)" 2025-06-15 20:45:26 -05:00
.gitattributes Update .gitattributes (ryubing/ryujinx!213) 2025-11-09 19:03:01 -06:00
.gitignore Fix kaddressarbiter crash (ryubing/ryujinx!235) 2025-12-06 20:16:43 -06:00
CHANGELOG.md chore: Replace dead URLs in the changelog with archive.org links (that I could find) 2025-09-03 00:49:30 -05:00
COMPILING.md feature: .NET 10 (ryubing/ryujinx!214) 2025-11-11 12:55:36 -06:00
CONTRIBUTING.md misc: chore: Link to Ryubing/Ryujinx in markdown docs 2025-01-26 14:28:55 -06:00
crowdin.yml Update Crowdin configuration file 2022-12-02 15:22:21 +01:00
Directory.Build.props feature: .NET 10 (ryubing/ryujinx!214) 2025-11-11 12:55:36 -06:00
Directory.Packages.props chore: SDL3 (ryubing/ryujinx!207) 2025-11-07 14:43:48 -06:00
global.json feature: .NET 10 (ryubing/ryujinx!214) 2025-11-11 12:55:36 -06:00
LICENSE.txt Update license (#788) 2019-10-12 23:48:31 -03:00
nuget.config Update Ryujinx.LibHac 2025-07-20 03:29:01 -05:00
README.md REALLY BIG CONTROLLER COMMIT #1 - PALMA & CO. 2026-02-13 22:19:14 -05:00
Ryujinx.sln Expose AudioToolkit in UI 2026-01-27 17:28:59 -06:00
Ryujinx.sln.DotSettings misc: Code cleanup 2024-10-25 08:36:41 -05:00

Ryujinx

Latest canary release
Discord

Ryujinx

Ryujinx is an open-source Nintendo Switch emulator, originally created by gdkchan (🙏), written in C#. This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds. It was written from scratch and development on the project began in September 2017. Ryujinx is available on a self-managed GitLab instance under the MIT license.

On October 1st 2024, Ryujinx was discontinued as the creator was forced to abandon the project.

Shortly thereafter, Ryujinx was forked to create Ryubing, a QoL uplift for existing Ryujinx users.



This is a fork of Ryubing intended for faster paced development and feature implementation.
Shit will break.

This is not a Ryujinx revival project. This is not a Phoenix project.
Guides and documentation can be found on Ryubing's Wiki tab.


Ryujinx example


Latest build

This fork does not have a specific release cycle. All builds are the equivalent of "canary" builds from Ryubing.

License

This software is licensed under the terms of the MIT license. This project makes use of code authored by the libvpx project, licensed under BSD and the ffmpeg project, licensed under LGPLv3. See LICENSE.txt and THIRDPARTY.md for more details.

Credits

  • LibHac is used for our file-system.
  • AmiiboAPI is used in our Amiibo emulation.
  • ldn_mitm is used for one of our available multiplayer modes.
  • ShellLink is used for Windows shortcut generation.