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