mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
imported winuaesrc1011.zip
This commit is contained in:
parent
b4db0e08e6
commit
41701f98c4
1564
compemu_fpp_old.c
1564
compemu_fpp_old.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -196,9 +196,15 @@ void ahi_close_sound (void)
|
||||
IDirectSoundCaptureBuffer_Release(lpDSB2r);
|
||||
lpDSB2r = NULL;
|
||||
}
|
||||
if(lpDS2r)
|
||||
{
|
||||
IDirectSound_Release(lpDS2r);
|
||||
lpDS2 = NULL;
|
||||
}
|
||||
if (dsound_tmpw)
|
||||
{
|
||||
DestroyWindow(dsound_tmpw);dsound_tmpw=0;
|
||||
DestroyWindow(dsound_tmpw);
|
||||
dsound_tmpw = 0;
|
||||
}
|
||||
if (ahisndbuffer)
|
||||
free(ahisndbuffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user