jp7677 / dxvk-nvapi

Alternative NVAPI implementation on top of DXVK.
MIT License
353 stars 32 forks source link

Use __wine_dbg_output for console output #137

Closed jp7677 closed 11 months ago

jp7677 commented 11 months ago

This mirrors what DXVK and VKD3D-Proton does for printing to console (https://github.com/doitsujin/dxvk/commit/05fb634f9102f18e6a2c9e84939d0fb0a3618671) and also fixes lost console output on Wine 8.12.

SveSop commented 11 months ago

Seems to be working fine with this change - console logging is back 👍