Add MSVC msg & download link (#169)

This commit is contained in:
Vamsi Krishna 2020-05-09 00:01:12 +05:30 committed by GitHub
parent 2c7907456e
commit 5efcf42b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,11 @@ FullWidth: true
The installer will allow you to download your preferred release channel.
If you are a Patreon subscriber, the "Early Access" channel will be available to you, and will provide early access to exciting experimental changes on top of what is available in the main channel. Please follow our [Early Access guide](https://yuzu-emu.org/help/early-access/) for assistance linking your Patreon account.
<article class="message has-text-weight-semibold">
<div class="message-body">
<p style="color:cyan;margin-bottom: 0px;">yuzu requires the latest versions of Microsoft Visual C++.
Please download and install the dependency from below.</p>
<a href="https://aka.ms/vs/16/release/vc_redist.x64.exe">Download Microsoft Visual C++ 2019 here!</a>
</div>
</article>