From 08fa5e82ba0235ca4f3b04d2d75a32c8718094ff Mon Sep 17 00:00:00 2001 From: Shideravan Date: Mon, 15 Jan 2018 23:59:40 -0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 8886374..7abe3ca 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1 +1,11 @@ -another placeholder \ No newline at end of file +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: 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) +For Linux users, take a look [here](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux) +For macOS users, take a look [here](https://github.com/yuzu-emu/yuzu/wiki/Building-for-macOS) + +Q: What's the minimum software/hardware requiriments to compile or use yuzu?