From 9710bfe5acc66c9a80dfbd154327c11fcfb596a7 Mon Sep 17 00:00:00 2001 From: liamwhite Date: Sat, 1 Jul 2023 01:46:21 -0400 Subject: [PATCH] Updated Building For Android (markdown) --- Building-For-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-For-Android.md b/Building-For-Android.md index 289f0ca..ed2957c 100644 --- a/Building-For-Android.md +++ b/Building-For-Android.md @@ -3,7 +3,7 @@ * [Android Studio](https://developer.android.com/studio) * [NDK 25.2.9519653 and CMake 3.22.1](https://developer.android.com/studio/projects/install-ndk#default-version) * [Git](https://git-scm.com/download) -#### Windows - Additional Dependencies +#### WINDOWS ONLY - Additional Dependencies * **[Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select 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