add m1 compatibility alert
This commit is contained in:
parent
82abe7ee72
commit
2f6ad0039a
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue