mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-08 07:56:37 +00:00
Fix audio driver starting in debug mode, add -diagnostics mode
This commit is contained in:
@@ -142,3 +142,8 @@ void GpFileStream_Win32::Close()
|
||||
{
|
||||
CloseHandle(m_handle);
|
||||
}
|
||||
|
||||
void GpFileStream_Win32::Flush()
|
||||
{
|
||||
FlushFileBuffers(m_handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user