Skip to content

Commit

Permalink
Merge branch 'dsound-virtual-unlock'
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Dec 12, 2023
2 parents 139eb4b + 27f5c66 commit a45c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/linux/libwindows/dsound.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class IDirectSoundBuffer : public IUnknown
HRESULT GetCurrentPosition( LPDWORD lpdwCurrentPlayCursor, LPDWORD lpdwCurrentWriteCursor );

HRESULT Lock( DWORD dwWriteCursor, DWORD dwWriteBytes, LPVOID * lplpvAudioPtr1, DWORD * lpdwAudioBytes1, LPVOID * lplpvAudioPtr2, DWORD * lpdwAudioBytes2, DWORD dwFlags );
HRESULT Unlock( LPVOID lpvAudioPtr1, DWORD dwAudioBytes1, LPVOID lpvAudioPtr2, DWORD dwAudioBytes2 );
virtual HRESULT Unlock( LPVOID lpvAudioPtr1, DWORD dwAudioBytes1, LPVOID lpvAudioPtr2, DWORD dwAudioBytes2 );

virtual HRESULT Stop();
virtual HRESULT Play( DWORD dwReserved1, DWORD dwReserved2, DWORD dwFlags );
Expand Down

0 comments on commit a45c683

Please sign in to comment.