Browse Source
Merge pull request #11504 from t895/emu-args
android: Fix emulation to settings navigation args
pull/15/merge
Charles Lombardo
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/android/app/src/main/res/navigation/emulation_navigation.xml
|
|
@ -27,7 +27,7 @@ |
|
|
app:nullable="true" /> |
|
|
app:nullable="true" /> |
|
|
<argument |
|
|
<argument |
|
|
android:name="menuTag" |
|
|
android:name="menuTag" |
|
|
app:argType="string" /> |
|
|
|
|
|
|
|
|
app:argType="org.yuzu.yuzu_emu.features.settings.model.Settings$MenuTag" /> |
|
|
</activity> |
|
|
</activity> |
|
|
|
|
|
|
|
|
<action |
|
|
<action |
|
|
|