Added Samsung Gaming hub support (#107)

Added Samsung Gaming hub to the APP manifest.

Signed-off-by: Bix <xq9zp7f2@proton.me>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/107
This commit is contained in:
Bix 2025-05-14 17:35:38 +00:00
parent 8254a0e0de
commit 9d7075254d

View file

@ -31,7 +31,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:dataExtractionRules="@xml/data_extraction_rules_api_31" android:dataExtractionRules="@xml/data_extraction_rules_api_31"
android:enableOnBackInvokedCallback="true"> android:enableOnBackInvokedCallback="true">
<meta-data android:name="android.game_mode_config" <meta-data
android:name="com.samsung.android.gamehub"
android:value="true" />
<meta-data
android:name="android.game_mode_config"
android:resource="@xml/game_mode_config" /> android:resource="@xml/game_mode_config" />
<activity <activity