From d78527f1d2cc33e4bb85ebdaa050bb83ad213e09 Mon Sep 17 00:00:00 2001 From: Exverge Date: Sat, 30 Mar 2024 01:33:00 +0100 Subject: [PATCH] Update Developer Information --- Developer-Information.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer-Information.md b/Developer-Information.md index d79b95f..3d7e95a 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -1,7 +1,9 @@ Please see the following wikipages: * Building yuzu: * [Windows](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Windows) + * [macOS](https://github.com/yuzu-emu/yuzu/wiki/Building-for-macOS) * [Linux](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux) + * [Android](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Android) * [Switch Hardware and Software Documentation](https://github.com/yuzu-emu/yuzu/wiki/Switch-Hardware-and-Software) * [Switch Homebrew and Libraries](https://github.com/yuzu-emu/yuzu/wiki/Switch-Homebrew) * [Service Function Usage](https://github.com/yuzu-emu/yuzu/wiki/Service-Function-Usage)