SteamController: Fix STEAM+DPadUp not working

This commit is contained in:
Kamil Trzciński 2023-01-10 16:42:00 +01:00
parent 6d69d8c395
commit 5a7ad0b766
3 changed files with 7 additions and 26 deletions

View file

@ -42,7 +42,7 @@ namespace SteamController.Profiles.Default
if (c.Steam.BtnSteam.Hold(HoldForShorcuts, ShortcutConsumed))
{
if (AdditionalShortcuts(c))
if (SteamShortcuts(c))
{
return Status.Done;
}
@ -51,7 +51,7 @@ namespace SteamController.Profiles.Default
return Status.Continue;
}
protected virtual bool AdditionalShortcuts(Context c)
protected virtual bool SteamShortcuts(Context c)
{
if (c.Steam.BtnOptions.Pressed())
{