Commit bcd53f09 authored by David Reid's avatar David Reid

Fire the reroute notification for WASAPI.

parent 19006256
...@@ -20665,6 +20665,8 @@ static ma_result ma_device_reroute__wasapi(ma_device* pDevice, ma_device_type de ...@@ -20665,6 +20665,8 @@ static ma_result ma_device_reroute__wasapi(ma_device* pDevice, ma_device_type de
ma_device__post_init_setup(pDevice, deviceType); ma_device__post_init_setup(pDevice, deviceType);
ma_device__on_notification_rerouted(pDevice);
return MA_SUCCESS; return MA_SUCCESS;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment