From e79ac0315c362de4a6b409311209fac2c9bac2d6 Mon Sep 17 00:00:00 2001 From: zqpvr01 Date: Fri, 22 Mar 2024 12:27:24 +0100 Subject: [PATCH] Update Building For Android --- Building-For-Android.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Building-For-Android.md b/Building-For-Android.md index 6a68399..577b4c6 100644 --- a/Building-For-Android.md +++ b/Building-For-Android.md @@ -6,17 +6,17 @@ #### WINDOWS ONLY - Additional Dependencies * **[Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select "Desktop development with C++" support in the installer. Make sure to update to the latest version if already installed.** * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** -### Cloning yuzu with Git +### Cloning suyu with Git ``` -git clone --recursive https://github.com/yuzu-emu/yuzu.git +git clone --recursive https://git.suyu.dev/suyu/suyu.git ``` -yuzu by default will be cloned into - -* `C:\Users\\yuzu` on Windows -* `~/yuzu` on Linux +suyu by default will be cloned into - +* `C:\Users\\suyu` on Windows +* `~/suyu` on Linux * And wherever on macOS ### Building 1. Start Android Studio, on the startup dialog select `Open`. -2. Navigate to the `yuzu/src/android` directory and click on `OK`. +2. Navigate to the `suyu/src/android` directory and click on `OK`. 3. In `Build > Select Build Variant`, select `release` or `relWithDebInfo` as the "Active build variant". 4. Build the project with `Build > Make Project` or run it on an Android device with `Run > Run 'app'`.