1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #110465 from m4gr3d/add_quest3s_supported_device

Add `quest3s` to the list of supported devices
This commit is contained in:
Thaddeus Crews
2025-09-17 11:34:08 -05:00

View File

@@ -76,7 +76,7 @@
<!-- Supported Meta devices -->
<meta-data
android:name="com.oculus.supportedDevices"
android:value="quest2|quest3|questpro"
android:value="quest2|quest3|questpro|quest3s"
tools:replace="android:value" />
<!-- Enable system splash screen -->