This commit is contained in:
_Neo_ 2025-11-12 21:25:33 +02:00
parent a849d17906
commit fa320d2a34
5 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

View file

@ -16,10 +16,10 @@ namespace Ryujinx.Ava.UI.Applet
{
internal partial class ControllerAppletDialog : UserControl
{
private const string ProControllerResource = "Ryujinx/Assets/Icons/Controller_ProCon_Simplified.svg";
private const string JoyConPairResource = "Ryujinx/Assets/Icons/Controller_JoyConPair_Simplified.svg";
private const string JoyConLeftResource = "Ryujinx/Assets/Icons/Controller_JoyConLeft_Simplified.svg";
private const string JoyConRightResource = "Ryujinx/Assets/Icons/Controller_JoyConRight_Simplified.svg";
private const string ProControllerResource = "Ryujinx/Assets/Icons/Simplified_ProCon.svg";
private const string JoyConPairResource = "Ryujinx/Assets/Icons/Simplified_JoyConPair.svg";
private const string JoyConLeftResource = "Ryujinx/Assets/Icons/Simplified_JoyConLeft.svg";
private const string JoyConRightResource = "Ryujinx/Assets/Icons/Simplified_JoyConRight.svg";
public static SvgImage ProControllerImage => GetResource(ProControllerResource);
public static SvgImage JoyconPairImage => GetResource(JoyConPairResource);