Skip to content

Commit

Permalink
Merge pull request #19092 from lvonasek/hotfix_openxr_horizonos
Browse files Browse the repository at this point in the history
OpenXR - Support for Meta Horizon OS
  • Loading branch information
hrydgard committed Apr 29, 2024
2 parents 1786a4d + 5cb7b7a commit cb5ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/VR/PPSSPPVR.cpp
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 cb5ecb1

Please sign in to comment.