CidVonHighwind / VirtualBoyGo

VirtualBoy emulator for the oculus go
GNU General Public License v3.0
84 stars 6 forks source link

Update breaks Oculus Quest Touch controller support #14

Closed BenMcLean closed 5 years ago

BenMcLean commented 5 years ago

The new Oculus Quest update breaks the Oculus Quest Touch controller support in most sideloaded apps including this one.

This Reddit post says that the way to fix it is to add this line to AndroidManifest.xml <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1"/>

However, when I try that, I get the error "failed processing manifest." So something else is going on.

BenMcLean commented 5 years ago

Had to change everything to Android 24 to get it to work, but now it does! :)