oculus detection complete

This commit is contained in:
MathieuG-P
2022-10-30 22:40:18 +01:00
parent 5b82f4c162
commit a9646209e1
9 changed files with 45 additions and 25 deletions
@@ -1,6 +1,6 @@
export type LaunchResult = (
"LAUNCHED"|
"STEAM_NOT_RUNNING"|
"STEAM_NOT_RUNNING"|"OCULUS_NOT_RUNNING"|
"EXE_NOT_FINDED"|
"BS_ALREADY_RUNNING"
)