doc: Document !1785

This commit is contained in:
Jakob Bornecrantz 2023-06-28 20:55:48 +01:00 committed by Mateo de Mayo
parent bf0015b8ab
commit 1624ae3278
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
OpenXR: Refactor logging functions and use OutputDebugStringA on Windows.

View file

@ -0,0 +1,3 @@
OpenXR: Refactor OXR_NO_PRINTING env vars, split them in two (which is useful
for Windows that has stderr and Debug console). And make stderr printing default
off on Windows.