Skip to content

Commit

Permalink
OpenXR - Support for Meta Horizon OS
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Apr 29, 2024
1 parent 1786a4d commit 5cb7b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/VR/PPSSPPVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void InitVROnAndroid(void* vm, void* activity, const char* system, int version,
if (strcmp(vendor, "PICO") == 0) {
VR_SetPlatformFLag(VR_PLATFORM_CONTROLLER_PICO, true);
VR_SetPlatformFLag(VR_PLATFORM_EXTENSION_INSTANCE, true);
} else if ((strcmp(vendor, "META") == 0) || (strcmp(vendor, "OCULUS") == 0)) {
} else {
VR_SetPlatformFLag(VR_PLATFORM_CONTROLLER_QUEST, true);
VR_SetPlatformFLag(VR_PLATFORM_EXTENSION_FOVEATION, true);
VR_SetPlatformFLag(VR_PLATFORM_EXTENSION_PASSTHROUGH, true);
Expand Down

0 comments on commit 5cb7b7a

Please sign in to comment.