add m1 compatibility alert

This commit is contained in:
Schplee 2021-08-23 13:55:16 -07:00 committed by GitHub
parent 82abe7ee72
commit 2f6ad0039a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -20,6 +20,20 @@ The Citra updater provides a easy interface to install, update and manage Citra.
<br />
<br />
<style>
.alert {
padding: 20px;
background-color: #ff9800;
color: white;
margin-bottom: 15px;
}
</style>
<div class="alert">
Notice: Citra does NOT support Macs with M1 chipsets. Our Mac builds may run through Rosetta, but you WILL encounter various issues that we won't provide support for. We may eventually support M1 Macs, but not at this time.
</div>
<br />
<div class="text-center">
<i id="dl-autodetect">Autodetected platform: XYZ</i>
<br />