yuzu-wiki/FAQ.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

### **What is yuzu?**
2018-01-16 02:47:25 +00:00
_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._
2018-01-16 02:37:50 +00:00
### **Which software license is yuzu licensed under?**
2018-01-16 02:47:25 +00:00
_yuzu is an open-source project, licensed under the GPLv2 (or any later version). Refer to the license document for more information._
2018-01-16 01:59:40 +00:00
2018-01-16 02:47:25 +00:00
### **Which platforms does yuzu support?**
_yuzu is actively tested and supported on various 64-bit versions of Windows (7 and up), Linux and macOS._
2018-01-16 02:37:50 +00:00
2018-04-24 16:44:45 +00:00
### **What are the system requirements for yuzu?**
2018-04-30 13:26:52 +00:00
_yuzu currently requires a OpenGL 4.3 capable GPU and a CPU that has high single core performance. It also requires a minimum of 4 GB of RAM._
2018-04-24 16:44:45 +00:00
### **How do I build yuzu for the OS that I use?**
_Take a look at the following guides for steps on building yuzu for the following platforms:_
- _[Linux](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux)_
- _[macOS](https://github.com/yuzu-emu/yuzu/wiki/Building-for-macOS)_
- _[Windows](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Windows)_
2018-01-16 02:37:50 +00:00
2018-01-16 02:47:25 +00:00
### **Who made yuzu?**
2018-01-16 12:22:24 +00:00
_yuzu has an active team of open-source developers. The list of contributors can be [found on GitHub](https://github.com/yuzu-emu/yuzu/graphs/contributors)._