diff options
author | bunnei <bunneidev@gmail.com> | 2015-04-20 02:53:07 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-04-20 02:53:07 +0200 |
commit | e3eba48596430534b28a30254e69e0f35cbb03fb (patch) | |
tree | e6d78e97d0eb22c93e560b23dabb3af0df464892 | |
parent | Merge pull request #703 from lioncash/cruft (diff) | |
parent | Add "or any later version" qualifier to the GPLv2 statement in the readme (diff) | |
download | yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar.gz yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar.bz2 yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar.lz yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar.xz yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.tar.zst yuzu-e3eba48596430534b28a30254e69e0f35cbb03fb.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Citra Emulator Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and OS X. Citra only emulates a subset of 3DS hardware, and therefore is generally only useful for running/debugging homebrew applications. At this time, Citra is even able to boot several commercial games! Most of these do not run to a playable state, but we are working every day to advance the project forward. -Citra is licensed under the GPLv2. Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. +Citra is licensed under the GPLv2 (or any later version). Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/?channels=citra). |