2024-02-08 00:24:28 +00:00
| Pull Request | Commit | Title | Author | Merged? |
|----|----|----|----|----|
| [7372 ](https://github.com/citra-emu/citra//pull/7372 ) | [`265ed7ec1` ](https://github.com/citra-emu/citra//pull/7372/files ) | pica_types: Correctly restrict Float< M , E > precision | [vitor-k ](https://github.com/vitor-k/ ) | Yes |
| [7384 ](https://github.com/citra-emu/citra//pull/7384 ) | [`20ef8e47e` ](https://github.com/citra-emu/citra//pull/7384/files ) | host_shaders: Remove dependency on shaderSampledImageArrayDynamicIndexing | [GPUCode ](https://github.com/GPUCode/ ) | Yes |
| [7415 ](https://github.com/citra-emu/citra//pull/7415 ) | [`6f5dd25df` ](https://github.com/citra-emu/citra//pull/7415/files ) | http: Implement various missing commands | [DaniElectra ](https://github.com/DaniElectra/ ) | Yes |
| [7418 ](https://github.com/citra-emu/citra//pull/7418 ) | [`a0c51fd80` ](https://github.com/citra-emu/citra//pull/7418/files ) | Add ipv6 socket support | [PabloMK7 ](https://github.com/PabloMK7/ ) | Yes |
| [7420 ](https://github.com/citra-emu/citra//pull/7420 ) | [`1d2f9bc7c` ](https://github.com/citra-emu/citra//pull/7420/files ) | 3dsx: Minor cleanups and add argument support | [GPUCode ](https://github.com/GPUCode/ ) | Yes |
End of merge log. You can find the original README.md below the break.
-----
2023-02-13 13:51:09 +00:00
< h1 align = "center" >
< br >
< a href = "https://citra-emu.org/" > < img src = "https://raw.githubusercontent.com/citra-emu/citra-assets/master/Main/citra_logo.svg" alt = "Citra" width = "200" > < / a >
< br >
< b > Citra< / b >
< br >
< / h1 >
< h4 align = "center" > < b > Citra< / b > is the world's most popular, open-source, Nintendo 3DS emulator.
< br >
It is written in C++ with portability in mind and builds are actively maintained for Windows, Linux, Android and macOS.
< / h4 >
< p align = "center" >
< a href = "https://github.com/citra-emu/citra/actions/" >
< img src = "https://github.com/citra-emu/citra/workflows/citra-ci/badge.svg"
alt="GitHub Actions Build Status">
< / a >
< a href = "https://discord.gg/FAXfZV9" >
< img src = "https://img.shields.io/discord/220740965957107713?color=%237289DA&label=Citra&logo=discord&logoColor=white"
alt="Discord">
< / a >
< / p >
< p align = "center" >
< a href = "#compatibility" > Compatibility< / a > |
< a href = "#releases" > Releases< / a > |
< a href = "#development" > Development< / a > |
< a href = "#building" > Building< / a > |
< a href = "#support" > Support< / a > |
< a href = "#license" > License< / a >
< / p >
## 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 ](https://citra-emu.org/game/ )
Check out our [website ](https://citra-emu.org/ ) for the latest news on exciting features, progress reports, and more!
Please read the [FAQ ](https://citra-emu.org/wiki/faq/ ) before getting started with the project.
2016-02-25 07:42:34 +00:00
2019-08-18 22:12:05 +00:00
Need help? Check out our [asking for help ](https://citra-emu.org/help/reference/asking/ ) guide.
2023-02-13 13:51:09 +00:00
## Releases
2021-08-01 12:42:45 +00:00
Citra has two main release channels: Nightly and Canary.
The [Nightly ](https://github.com/citra-emu/citra-nightly ) build is based on the master branch, and contains already reviewed and tested features.
The [Canary ](https://github.com/citra-emu/citra-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.
Both builds can be installed with the installer provided on the [website ](https://citra-emu.org/download/ ), but those looking for specific versions or standalone releases can find them in the release tabs of the [Nightly ](https://github.com/citra-emu/citra-nightly/releases ) and [Canary ](https://github.com/citra-emu/citra-canary/releases ) repositories.
2023-02-13 13:51:09 +00:00
Android builds can be downloaded from the Google Play Store.
2021-08-01 12:42:45 +00:00
A Flatpak for Citra is available on [Flathub ](https://flathub.org/apps/details/org.citra_emu.citra ). Details on the build process can be found in [our Flathub repository ](https://github.com/flathub/org.citra_emu.citra ).
2014-04-08 19:05:45 +00:00
2023-02-13 13:51:09 +00:00
## Development
2014-04-08 19:05:45 +00:00
2016-06-21 12:19:46 +00:00
Most of the development happens on GitHub. It's also where [our central repository ](https://github.com/citra-emu/citra ) is hosted.
2023-02-13 13:51:09 +00:00
For development discussion, please join us on our [Discord server ](https://citra-emu.org/discord/ ) or at #citra -dev on libera.
2016-06-21 12:19:46 +00:00
2023-02-13 13:51:09 +00:00
If you want to contribute please take a look at the [Contributor's Guide ](https://github.com/citra-emu/citra/wiki/Contributing ) and [Developer Information ](https://github.com/citra-emu/citra/wiki/Developer-Information ). You can also contact any of the developers on Discord in order to know about the current state of the emulator.
2014-04-08 19:05:45 +00:00
2023-02-13 13:51:09 +00:00
If you want to contribute to the user interface translation, please check out the [Citra project on transifex ](https://www.transifex.com/citra/citra ). We centralize the translation work there, and periodically upstream translations.
2018-01-04 13:26:15 +00:00
2023-02-13 13:51:09 +00:00
## Building
2014-04-08 19:05:45 +00:00
2016-03-03 16:36:18 +00:00
* __Windows__: [Windows Build ](https://github.com/citra-emu/citra/wiki/Building-For-Windows )
* __Linux__: [Linux Build ](https://github.com/citra-emu/citra/wiki/Building-For-Linux )
2016-11-14 17:16:11 +00:00
* __macOS__: [macOS Build ](https://github.com/citra-emu/citra/wiki/Building-for-macOS )
2023-02-13 13:51:09 +00:00
* __Android__: [Android Build ](https://github.com/citra-emu/citra/wiki/Building-for-Android )
## Support
If you enjoy the project and want to support us financially, check out our Patreon!
2014-12-16 01:01:56 +00:00
2023-02-13 13:51:09 +00:00
< a href = "https://www.patreon.com/citraemu" >
< img src = "https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width = "160" >
< / a >
2014-12-16 01:01:56 +00:00
2023-02-13 13:51:09 +00:00
We also happily accept donated games and hardware.
Please see our [donations page ](https://citra-emu.org/donate/ ) for more information on how you can contribute to Citra.
Any donations received will go towards things like:
2014-12-16 01:30:16 +00:00
* 3DS consoles for developers to explore the hardware
* 3DS games for testing
* Any equipment required for homebrew
* Infrastructure setup
2015-05-25 18:34:09 +00:00
2020-02-29 17:13:28 +00:00
We also more than gladly accept used 3DS consoles! If you would like to give yours away, don't hesitate to join our [Discord server ](https://citra-emu.org/discord/ ) and talk to bunnei.
2023-02-13 13:51:09 +00:00
## License
Citra is licensed under the GPLv2 (or any later version). Refer to the [LICENSE.txt ](https://github.com/citra-emu/citra/blob/master/license.txt ) file.