diff options
| author | 2016-11-23 18:51:59 -0800 | |
|---|---|---|
| committer | 2016-11-23 18:51:59 -0800 | |
| commit | 4b8ba4551ae181ba589ab00dba3371e833293b2f (patch) | |
| tree | b7d1e44571b6e0bcbd9b69487ad7a31c87fb30d5 | |
| parent | Merge pull request #2186 from wwylele/config9 (diff) | |
| parent | Change "OS X" to "macOS" in the Readme (diff) | |
| download | yuzu-4b8ba4551ae181ba589ab00dba3371e833293b2f.tar.gz yuzu-4b8ba4551ae181ba589ab00dba3371e833293b2f.tar.xz yuzu-4b8ba4551ae181ba589ab00dba3371e833293b2f.zip | |
Merge pull request #2175 from PEmu1/macos
Change "OS X" to "macOS" in the Readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ Citra Emulator | |||
| 5 | [](https://travis-ci.org/citra-emu/citra) | 5 | [](https://travis-ci.org/citra-emu/citra) |
| 6 | [](https://ci.appveyor.com/project/bunnei/citra) | 6 | [](https://ci.appveyor.com/project/bunnei/citra) |
| 7 | 7 | ||
| 8 | 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. | 8 | 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 macOS. 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. |
| 9 | 9 | ||
| 10 | 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. | 10 | 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. |
| 11 | 11 | ||
| @@ -23,7 +23,7 @@ If you want to contribute please take a look at the [Contributor's Guide](CONTRI | |||
| 23 | 23 | ||
| 24 | * __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Building-For-Windows) | 24 | * __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Building-For-Windows) |
| 25 | * __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Building-For-Linux) | 25 | * __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Building-For-Linux) |
| 26 | * __OSX__: [OS X Build](https://github.com/citra-emu/citra/wiki/Building-For-OS-X) | 26 | * __macOS__: [macOS Build](https://github.com/citra-emu/citra/wiki/Building-for-macOS) |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | ### Support | 29 | ### Support |