diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-08-08 21:03:02 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-08-08 21:16:37 +0200 |
commit | 68f3f98bc3974667812ed778d572a0aeb0c89bec (patch) | |
tree | 3b097a452c15cbd267a771c338081e3f05395e93 /launcher/Application.h | |
parent | f873cd5b1aa17fe8119f27cc5d9b9eba10bd42bf (diff) | |
download | PrismLauncher-68f3f98bc3974667812ed778d572a0aeb0c89bec.tar.gz PrismLauncher-68f3f98bc3974667812ed778d572a0aeb0c89bec.tar.bz2 PrismLauncher-68f3f98bc3974667812ed778d572a0aeb0c89bec.zip |
feat: detect GameMode and MangoHud's presence
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 05525bcf..41fd4c47 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -95,6 +95,8 @@ public: SupportsMSA = 1 << 0, SupportsFlame = 1 << 1, + SupportsGameMode = 1 << 2, + SupportsMangoHud = 1 << 3, }; Q_DECLARE_FLAGS(Capabilities, Capability) |