mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
OpenAL: Update to 1.20.1
This commit is contained in:
parent
6de91a1691
commit
b96f064868
4 changed files with 24 additions and 2 deletions
4
3rdparty/OpenAL/include/alc.h
vendored
4
3rdparty/OpenAL/include/alc.h
vendored
|
@ -31,9 +31,9 @@ extern "C" {
|
|||
#define ALC_VERSION_0_1 1
|
||||
|
||||
/** Opaque device handle */
|
||||
typedef struct ALCdevice_struct ALCdevice;
|
||||
typedef struct ALCdevice ALCdevice;
|
||||
/** Opaque context handle */
|
||||
typedef struct ALCcontext_struct ALCcontext;
|
||||
typedef struct ALCcontext ALCcontext;
|
||||
|
||||
/** 8-bit boolean */
|
||||
typedef char ALCboolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue