mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
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:
parent
8254a0e0de
commit
9d7075254d
1 changed files with 7 additions and 2 deletions
|
@ -31,9 +31,14 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
|
||||
android:enableOnBackInvokedCallback="true">
|
||||
|
||||
<meta-data android:name="android.game_mode_config"
|
||||
android:resource="@xml/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" />
|
||||
|
||||
<activity
|
||||
android:name="org.yuzu.yuzu_emu.ui.main.MainActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue