A Nintendo 3DS Emulator
Find a file
Kreijstal 0943b4bf9f
Update README.md
Removing things that are not relevant anymore
2024-03-05 10:21:03 +01:00
.ci Update .gitmodules 2024-03-05 09:43:31 +01:00
.github video_core: Remove pre-compilation of Vulkan host-shaders. (#7461) 2024-02-26 10:26:44 -08:00
CMakeModules build: Improve support for Windows cross-compilation. (#7389) 2024-02-05 10:09:50 -08:00
dist .tx/config: Use language mappings for android "tx pull" (#7422) 2024-02-07 05:41:29 -08:00
externals externals: disable system cpp-httplib if it is a shared object (#7446) 2024-02-17 06:39:38 -08:00
hooks hook: remove clang-format check 2017-02-17 13:52:23 +02:00
src dedicated_room: properly initialize logging (#7468) 2024-02-27 20:36:28 +05:30
tools tools: Add reset submodules script (#7465) 2024-03-03 13:39:55 +02:00
.gitattributes Meta: Add gitattributes file 2018-09-22 14:59:15 -06:00
.gitignore Add Kdevelop files to .gitignore (#6951) 2023-09-07 11:52:40 -07:00
.gitmodules Update .gitmodules 2024-03-05 09:43:31 +01:00
CMakeLists.txt build: Improve support for Windows cross-compilation. (#7389) 2024-02-05 10:09:50 -08:00
CONTRIBUTING.md CONTRIBUTING.md: migrate to the wiki 2018-11-08 00:15:55 -05:00
Doxyfile Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
license.txt Replace non-commercial icons with free icons from icons8 (#5093) 2020-03-26 13:40:03 -05:00
README.md Update README.md 2024-03-05 10:21:03 +01:00


Citra

Citra is the world's most popular, open-source, Nintendo 3DS emulator.
It is written in C++ with portability in mind and builds are actively maintained for Windows, Linux, Android and macOS.

GitHub Actions Build Status

Compatibility | Releases | Development | Building | Support | License

Compatibility

The emulator is capable of running most commercial games at full speed, provided you meet the necessary hardware requirements.

For a full list of games Citra supports, please visit our Compatibility page

Check out our website for the latest news on exciting features, progress reports, and more! Please read the FAQ before getting started with the project.

Need help? Check out our asking for help guide.

Releases

Citra has two main release channels: Nightly and Canary.

The Nightly build is based on the master branch, and contains already reviewed and tested features.

The Canary build is based on the master branch, but with additional features still under review. PRs tagged canary-merge are merged only into the Canary builds.

Development

Most of the development happens on GitHub. It's also where our central repository is hosted.

Building

License

Citra is licensed under the GPLv2 (or any later version). Refer to the LICENSE.txt file.