From e516d50c8eb26bef31d56e2b89d00dd09fed3a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:51:42 -0300 Subject: [PATCH] More specific Visual instructions --- 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 ed2957c..79a9615 100644 --- a/Building-For-Android.md +++ b/Building-For-Android.md @@ -4,7 +4,7 @@ * [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 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.** + * **[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 ```