mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 02:54:14 +01:00
wiiu: close audio device
This commit is contained in:
parent
6d2e2bd839
commit
8cdd6a15f4
@ -267,11 +267,9 @@ release_existing()
|
|||||||
alcSuspendContext(ALContext);
|
alcSuspendContext(ALContext);
|
||||||
alcDestroyContext(ALContext);
|
alcDestroyContext(ALContext);
|
||||||
}
|
}
|
||||||
#ifndef WIIU_CHANNEL
|
|
||||||
// Quitting AX seems to softlock as a channel
|
|
||||||
if ( ALDevice )
|
if ( ALDevice )
|
||||||
alcCloseDevice(ALDevice);
|
alcCloseDevice(ALDevice);
|
||||||
#endif
|
|
||||||
|
|
||||||
ALDevice = NULL;
|
ALDevice = NULL;
|
||||||
ALContext = NULL;
|
ALContext = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user