Updated FAQ (markdown)
parent
8bfc689bbf
commit
94a4e3a637
10
FAQ.md
10
FAQ.md
|
@ -1,14 +1,20 @@
|
|||
Q: What's this project?
|
||||
|
||||
A: yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra.
|
||||
It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS. The emulator is currently only useful for homebrew development and research purposes.
|
||||
|
||||
|
||||
Q: What is yuzu’s License?
|
||||
|
||||
yuzu is an open-source project, licensed under the GPLv2 (or any later version). Refer to the license document for more information.
|
||||
|
||||
Q: Which platforms does yuzu support?
|
||||
|
||||
yuzu is actively tested and supported on various 64-bit version of Windows (7 and up), Linux and macOS.
|
||||
|
||||
|
||||
Q: How to build Yuzu by myself in my OS?
|
||||
|
||||
A: You can take a look on the following guides to do it
|
||||
|
||||
For Windows users, take a look [here](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Windows)
|
||||
|
@ -17,5 +23,7 @@ For Linux users, take a look [here](https://github.com/yuzu-emu/yuzu/wiki/Buildi
|
|||
|
||||
For macOS users, take a look [here](https://github.com/yuzu-emu/yuzu/wiki/Building-for-macOS)
|
||||
|
||||
Q: Who made Citra?
|
||||
|
||||
Q: Who made yuzu?
|
||||
|
||||
A: yuzu has an active team of open-source developers. The list of contributors can be found on GitHub.
|
Loading…
Reference in New Issue