Compare commits

...

13 Commits

Author SHA1 Message Date
ascpixi
4ad024d2fc
readme: Replace links to yuzu-emu.org 2024-03-15 23:58:04 +00:00
ascpixi
e15a4a0426
Merge pull request #27 from yuzu-mirror/revert-23-master
Revert "Update submodules"
2024-03-09 23:58:28 +01:00
ascpixi
47c4d0e3d6
Revert "Update submodules" 2024-03-09 22:58:14 +00:00
ascpixi
191042f630
Merge pull request #23 from Stilky/master
Update submodules
2024-03-08 20:38:26 +01:00
unknown
639ede3b98 Update submodules
I updated most of the submodules because they haven't been updated for a long time. Performance should be significantly higher.
2024-03-08 14:00:20 +01:00
ascpixi
34d8dd557b
Merge pull request #13 from paypay-a/master
Added macOS Build instructions
2024-03-06 03:10:42 +01:00
paypay-a
35b7e48482
Update README.md 2024-03-05 20:07:47 -06:00
paypay-a
df0272af53
Update README.md 2024-03-05 16:19:46 -06:00
paypay-a
c4a63c44a6
Update README.md
Added link to readme for macos build instructions
2024-03-05 16:09:51 -06:00
paypay-a
61b996afd1
Delete .github/workflows/cmake-multi-platform.yml 2024-03-05 11:06:54 -06:00
paypay-a
99fe6751a7
Create cmake-multi-platform.yml 2024-03-05 11:05:00 -06:00
ascpixi
efe43c0f28
Disable broken Azure Pipelines badge 2024-03-05 16:03:19 +00:00
ascpixi
11dc173817
Archive certain yuzu-emu.org links 2024-03-05 03:16:45 +00:00

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<h1 align="center">
<br>
<a href="https://yuzu-emu.org/"><img src="https://raw.githubusercontent.com/yuzu-mirror/yuzu-assets/master/icons/icon.png" alt="yuzu" width="200"></a>
<a href="https://yuzu-mirror.github.io/"><img src="https://raw.githubusercontent.com/yuzu-mirror/yuzu-assets/master/icons/icon.png" alt="yuzu" width="200"></a>
<br>
<b>yuzu</b>
<br>
@ -20,10 +20,10 @@ It is written in C++ with portability in mind, and we actively maintain builds f
> This is an unofficial mirror fork of the original repository.
<p align="center">
<a href="https://dev.azure.com/yuzu-emu/yuzu/">
<!-- <a href="https://dev.azure.com/yuzu-emu/yuzu/">
<img src="https://dev.azure.com/yuzu-emu/yuzu/_apis/build/status/yuzu%20mainline?branchName=master"
alt="Azure Mainline CI Build Status">
</a>
</a> -->
<a href="https://discord.com/invite/u77vRWY">
<img src="https://img.shields.io/discord/398318088170242053?color=5865F2&label=yuzu&logo=discord&logoColor=white"
alt="Discord">
@ -41,9 +41,9 @@ It is written in C++ with portability in mind, and we actively maintain builds f
## Compatibility
The emulator is capable of running most commercial games at full speed, provided you meet the [necessary hardware requirements](https://yuzu-emu.org/help/quickstart/#hardware-requirements).
The emulator is capable of running most commercial games at full speed, provided you meet the [necessary hardware requirements](https://yuzu-mirror.github.io/help/quickstart/#hardware-requirements).
For a full list of games yuzu supports, please visit our [Compatibility page](https://yuzu-emu.org/game/).
For a full list of games yuzu supports, please visit our [Compatibility page](https://yuzu-mirror.github.io/game/).
Check out our [website](https://yuzu-emu.org/) for the latest news on exciting features, monthly progress reports, and more!
@ -60,10 +60,12 @@ If you want to contribute to the user interface translation project, please chec
* __Windows__: [Windows Build](https://github.com/yuzu-mirror/yuzu/wiki/Building-For-Windows)
* __Linux__: [Linux Build](https://github.com/yuzu-mirror/yuzu/wiki/Building-For-Linux)
* __MacOS__: [MacOS Build](https://github.com/yuzu-mirror/yuzu/wiki/Building-For-MacOS)
* __Android__: [Android Build](https://github.com/yuzu-mirror/yuzu/wiki/Building-For-Android)
## Download
You can download the latest releases automatically via the installer on our [downloads](https://yuzu-emu.org/downloads/) page.
You can download the latest releases automatically via the installer on our [downloads](https://web.archive.org/web/20240304063132/https://yuzu-emu.org/downloads/) page.
## Support