From f566452ec8c4254029d57aa63a0e0a26aa2a3541 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Sun, 19 Mar 2023 16:22:23 +0800 Subject: [PATCH] doc: windows: Remove limitation about IPC not supported on Windows Signed-off-by: utzcoz --- doc/winbuild.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/winbuild.md b/doc/winbuild.md index ab5545b9e..f083f9a7a 100644 --- a/doc/winbuild.md +++ b/doc/winbuild.md @@ -139,7 +139,5 @@ $env:XR_RUNTIME_JSON="w:\src\monado\build\openxr_monado-dev.json" ## Limitations -Note that there are current limitations in the Windows build. The main one -currently is that IPC/service mode is not (yet) supported. There are also no -actual headset drivers yet, partially because some USB stuff needs porting, and +Note that there are current limitations in the Windows build. The main one currently is no actual headset drivers yet, partially because some USB stuff needs porting, and partially because direct mode on Windows is more complicated.