1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 16:26:40 +00:00

Merge branch 'mybranch' of https://github.com/Bentheminernz/Ryujinx into mybranch

This commit is contained in:
Ben Lawrence 2024-08-13 13:53:25 +12:00
commit 3315043bf4
No known key found for this signature in database
GPG key ID: 0CC165DA94B90568

View file

@ -69,7 +69,7 @@ namespace Ryujinx.UI.Windows
private void XButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://X.com/RyujinxEmu");
OpenHelper.OpenUrl("https://x.com/RyujinxEmu");
}
private void ContributorsButton_Pressed(object sender, ButtonPressEventArgs args)