diff --git a/Contributing.md b/Contributing.md index 915939c..6da95f6 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,6 +1,6 @@ # Reporting Issues -**The issue tracker is not a support forum.** Unless you can provide *precise technical information* regarding an issue, you *should not post in it*. If you need support, first read the [FAQ](https://github.com/yuzu-emu/yuzu/wiki/FAQ) and then either visit our [Discord server](https://discordapp.com/invite/u77vRWY), [our forum](https://community.citra-emu.org/c/yuzu-support) or ask in a general emulation forum such as [/r/emulation](https://www.reddit.com/r/emulation/). If you post support questions, generic messages to the developers or vague reports without technical details, they will be closed and locked. +**The issue tracker is not a support forum.** Unless you can provide *precise technical information* regarding an issue, you *should not post in it*. If you need support, first read the [FAQ](https://github.com/yuzu-mirror/yuzu/wiki/FAQ) and then either visit our [Discord server](https://discordapp.com/invite/u77vRWY), [our forum](https://community.citra-emu.org/c/yuzu-support) or ask in a general emulation forum such as [/r/emulation](https://www.reddit.com/r/emulation/). If you post support questions, generic messages to the developers or vague reports without technical details, they will be closed and locked. If you believe you have a valid issue report, please post text or a screenshot from the log (the console window that opens alongside yuzu) and build version (hex string visible in the titlebar and zip filename), as well as your hardware and software information if applicable. diff --git a/Developer-Information.md b/Developer-Information.md index 70ebdc6..b7d4a98 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -1,11 +1,11 @@ Please see the following wikipages: * Building yuzu: - * [Windows](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Windows) - * [Linux](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux) - * [Switch Hardware and Software Documentation](https://github.com/yuzu-emu/yuzu/wiki/Switch-Hardware-and-Software) - * [Switch Homebrew and Libraries](https://github.com/yuzu-emu/yuzu/wiki/Switch-Homebrew) - * [Service Function Usage](https://github.com/yuzu-emu/yuzu/wiki/Service-Function-Usage) - * [Contributing](https://github.com/yuzu-emu/yuzu/wiki/Contributing#contributing) - * [Contributor License Agreement](https://github.com/yuzu-emu/yuzu/wiki/Contributor-License-Agreement) - * [Policy](https://github.com/yuzu-emu/yuzu/wiki/Contributor-License-Agreement-Policy) - * [Typical Git workflow](https://github.com/yuzu-emu/yuzu/wiki/Typical-Git-Workflow) \ No newline at end of file + * [Windows](https://github.com/yuzu-mirror/yuzu/wiki/Building-for-Windows) + * [Linux](https://github.com/yuzu-mirror/yuzu/wiki/Building-for-Linux) + * [Switch Hardware and Software Documentation](https://github.com/yuzu-mirror/yuzu/wiki/Switch-Hardware-and-Software) + * [Switch Homebrew and Libraries](https://github.com/yuzu-mirror/yuzu/wiki/Switch-Homebrew) + * [Service Function Usage](https://github.com/yuzu-mirror/yuzu/wiki/Service-Function-Usage) + * [Contributing](https://github.com/yuzu-mirror/yuzu/wiki/Contributing#contributing) + * [Contributor License Agreement](https://github.com/yuzu-mirror/yuzu/wiki/Contributor-License-Agreement) + * [Policy](https://github.com/yuzu-mirror/yuzu/wiki/Contributor-License-Agreement-Policy) + * [Typical Git workflow](https://github.com/yuzu-mirror/yuzu/wiki/Typical-Git-Workflow) \ No newline at end of file diff --git a/FAQ.md b/FAQ.md index 4a6a5e3..4bda108 100644 --- a/FAQ.md +++ b/FAQ.md @@ -311,8 +311,8 @@ yuzu currently requires an OpenGL 4.6 capable GPU and a CPU that has high single ### **How do I build yuzu for the OS that I use?** Take a look at the following guides for steps on building yuzu for the following platforms: - - [Linux](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux) - - [Windows](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Windows) + - [Linux](https://github.com/yuzu-mirror/yuzu/wiki/Building-for-Linux) + - [Windows](https://github.com/yuzu-mirror/yuzu/wiki/Building-for-Windows) ### **Who made yuzu?** diff --git a/Home.md b/Home.md index f55590a..d402f1f 100644 --- a/Home.md +++ b/Home.md @@ -10,14 +10,14 @@ For development discussion, please join us on [Discord](https://discord.gg/u77vR Most of the development happens on GitHub. It's also where [our central repository](https://github.com/yuzu-emu/yuzu) is hosted. -If you want to contribute, please take a look at the [Contributor's Guide](https://github.com/yuzu-emu/yuzu/blob/master/CONTRIBUTING.md) and [Developer Information](https://github.com/yuzu-emu/yuzu/wiki/Developer-Information). You should as well contact any of the developers on Discord in order to know about the current state of the emulator. +If you want to contribute, please take a look at the [Contributor's Guide](https://github.com/yuzu-emu/yuzu/blob/master/CONTRIBUTING.md) and [Developer Information](https://github.com/yuzu-mirror/yuzu/wiki/Developer-Information). You should as well contact any of the developers on Discord in order to know about the current state of the emulator. ## Usage You may download a precompiled binary from [our website](https://yuzu-emu.org/downloads/), or you can build it yourself from the source code. -* __Windows__: [Windows Build](https://github.com/yuzu-emu/yuzu/wiki/Building-For-Windows) -* __Linux__: [Linux Build](https://github.com/yuzu-emu/yuzu/wiki/Building-For-Linux) -* __Android__: [Android Build](https://github.com/yuzu-emu/yuzu/wiki/Building-For-Android) +* __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) +* __Android__: [Android Build](https://github.com/yuzu-mirror/yuzu/wiki/Building-For-Android) **Note: macOS is no longer supported due to Apple deprecating OpenGL and their current version not supporting the OpenGL extensions we require.** ([source](https://www.anandtech.com/show/12894/apple-deprecates-opengl-across-all-oses)) diff --git a/Overview-of-Switch-Game-Formats.md b/Overview-of-Switch-Game-Formats.md index 8289162..890558a 100644 --- a/Overview-of-Switch-Game-Formats.md +++ b/Overview-of-Switch-Game-Formats.md @@ -1,5 +1,5 @@ In Short: -**Use XCIs for gamecards, NSPs for anything else. You need encryption keys which you can [dump with our guide](https://github.com/yuzu-emu/yuzu/wiki/Dumping-Decryption-Keys-from-a-Switch-Console)** +**Use XCIs for gamecards, NSPs for anything else. You need encryption keys which you can [dump with our guide](https://github.com/yuzu-mirror/yuzu/wiki/Dumping-Decryption-Keys-from-a-Switch-Console)** ### Short Descriptions of Yuzu-supported Formats - XCI: Represents a dump of a game cartridge. Contains icons, metadata, and a switch game. Sometimes contains updates to the game as well. *Used For:* Dumps of Gamecards you own diff --git a/Recommended-GPU-Drivers-for-Linux.md b/Recommended-GPU-Drivers-for-Linux.md index 1eee4e3..2e74669 100644 --- a/Recommended-GPU-Drivers-for-Linux.md +++ b/Recommended-GPU-Drivers-for-Linux.md @@ -92,7 +92,7 @@ force_integer_tex_nearest=true ./yuzu ## Notes - Mesa supports OpenGL 4.6 for Intel Gen 8 GPUs (Broadwell, Gen 5 CPUs) when using the (now default) Iris driver. yuzu will not work with the older i965 driver. -- Users looking to build Mesa on Arch Linux themselves can follow the [old guide](https://github.com/yuzu-emu/yuzu/wiki/%5BDeprecated%5D-Building-Mesa-on-Arch-Linux). +- Users looking to build Mesa on Arch Linux themselves can follow the [old guide](https://github.com/yuzu-mirror/yuzu/wiki/%5BDeprecated%5D-Building-Mesa-on-Arch-Linux). ## Pitfalls diff --git a/[Deprecated]-Building-Mesa-on-Arch-Linux.md b/[Deprecated]-Building-Mesa-on-Arch-Linux.md index 6c602d3..e4747fd 100644 --- a/[Deprecated]-Building-Mesa-on-Arch-Linux.md +++ b/[Deprecated]-Building-Mesa-on-Arch-Linux.md @@ -14,7 +14,7 @@ Once installed, update your packages with `pacman`, the [package manager in Arch sudo pacman -Syu ``` -There are a few dependencies needed to complete this guide, as well. Run the following command to install the dependencies. If you have already followed yuzu's [Building for Linux](https://github.com/yuzu-emu/yuzu/wiki/Building-for-Linux) guide, then this next step is unnecessary. +There are a few dependencies needed to complete this guide, as well. Run the following command to install the dependencies. If you have already followed yuzu's [Building for Linux](https://github.com/yuzu-mirror/yuzu/wiki/Building-for-Linux) guide, then this next step is unnecessary. ``` sudo pacman -S --needed git base-devel ``` diff --git a/_Sidebar.md b/_Sidebar.md index c6292c0..26a6de4 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,4 +1,4 @@ -[Home](https://github.com/yuzu-emu/yuzu/wiki) +[Home](https://github.com/yuzu-mirror/yuzu/wiki) --- * **Users:** * [Quickstart guide](https://yuzu-emu.org/help/quickstart/)