Skip to content

st/oxr: Refactor logging functions and use OutputDebugStringA on Windows

Jakob Bornecrantz requested to merge jakob/oxr-better-log into main

The OXR logging functions are not called during normal opperation so it's okay to always copy into a full buffer.

Merge request reports