mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-03 19:44:00 +01:00
SteamController: Fix Steam Game detection when in X360 controller mode
This commit is contained in:
parent
b24ae302b1
commit
561138beb3
|
|
@ -22,3 +22,4 @@
|
|||
- Require to acknowledge when using function that might trigger `Anti-Cheat` protection via top-most window
|
||||
- GPU detection will log errors to `Sentry.io`
|
||||
- Support SMU of Vangogh GPU shipped with BIOS 113
|
||||
- Fix Steam Game detection when in X360 controller mode
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace SteamController
|
|||
|
||||
public bool IsActive
|
||||
{
|
||||
get { return GameProcessRunning || SteamUsesSteamInput || SteamUsesSteamInput; }
|
||||
get { return GameProcessRunning || SteamUsesX360Controller || SteamUsesSteamInput; }
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue