mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:59:04 -06:00 
			
		
		
		
	Update information on the fork
This commit is contained in:
		
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
								
							@@ -1,15 +1,20 @@
 | 
			
		||||
## Notice
 | 
			
		||||
 | 
			
		||||
As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujinx) repository serves simply as a downstream fork of the original Ryujinx project, and won't be accepting any new changes until further information arises.
 | 
			
		||||
As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujinx) repository serves as a downstream hard-fork of the original Ryujinx project. For the time being, this fork won't be accepting any new *major* changes until further information arises. We have reconstructed the essential build infrastructure, and you can download nightly binaries for Windows, Linux, and MacOS from the [latest release](https://github.com/ryujinx-mirror/ryujinx/releases/latest).
 | 
			
		||||
 | 
			
		||||
> [!NOTE]
 | 
			
		||||
> This mirror is not affiliated with the original Ryujinx project, or Nintendo whatsoever.
 | 
			
		||||
> This fork is not affiliated with the **original** Ryujinx project, or Nintendo whatsoever.
 | 
			
		||||
 | 
			
		||||
### Current Goals
 | 
			
		||||
 | 
			
		||||
* To be as safe as possible, remove all in-app and meta references to Patreon, Discord, `ryujinx.org` etc while keeping full attribution of original authors and contributors in-tact.
 | 
			
		||||
* ☑️ Reconstruct basic build infrastructure & workflows for this repository, based on revision hashes as opposed to semver releases (for now)
 | 
			
		||||
* ☑️ To be as safe as possible, remove all previous in-app and meta references to Patreon, `ryujinx.org` etc while keeping full attribution of original authors and contributors in-tact.
 | 
			
		||||
* Keep 'branding' as pure and faithful to the original project as possible. 
 | 
			
		||||
* Reconstruct basic build infrastructure & workflows for this repository, based on revision hashes as opposed to semver releases (for now)
 | 
			
		||||
 | 
			
		||||
### Join Discussion
 | 
			
		||||
 | 
			
		||||
Feel free to join the [Latte Softworks Discord community](https://latte.to/discord) to join in on the discussion & development of this fork going forward.<br>
 | 
			
		||||
See `#ryujinx-info` for more information.
 | 
			
		||||
 | 
			
		||||
[](https://latte.to/discord)
 | 
			
		||||
 | 
			
		||||
___
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ namespace Ryujinx.UI.Windows
 | 
			
		||||
 | 
			
		||||
        private void DiscordButton_Pressed(object sender, ButtonPressEventArgs args)
 | 
			
		||||
        {
 | 
			
		||||
            OpenHelper.OpenUrl("https://example.com/");
 | 
			
		||||
            OpenHelper.OpenUrl("https://latte.to/discord");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)
 | 
			
		||||
 
 | 
			
		||||
@@ -151,7 +151,6 @@
 | 
			
		||||
                        ToolTip.Tip="{locale:Locale AboutGithubUrlTooltipMessage}">
 | 
			
		||||
                        <Image Source="{Binding GithubLogo}" />
 | 
			
		||||
                    </Button>
 | 
			
		||||
                    <!--
 | 
			
		||||
                    <Button
 | 
			
		||||
                        MinWidth="30"
 | 
			
		||||
                        MinHeight="30"
 | 
			
		||||
@@ -161,10 +160,11 @@
 | 
			
		||||
                        Background="Transparent"
 | 
			
		||||
                        Click="Button_OnClick"
 | 
			
		||||
                        CornerRadius="15"
 | 
			
		||||
                        Tag="https://discordapp.com/invite/N2FmfVc"
 | 
			
		||||
                        Tag="https://latte.to/discord"
 | 
			
		||||
                        ToolTip.Tip="{locale:Locale AboutDiscordUrlTooltipMessage}">
 | 
			
		||||
                        <Image Source="{Binding DiscordLogo}" />
 | 
			
		||||
                    </Button>
 | 
			
		||||
                    <!--
 | 
			
		||||
                    <Button
 | 
			
		||||
                        MinWidth="30"
 | 
			
		||||
                        MinHeight="30"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user