Skip to content

Commit ebdc79a

Browse files
authored
Add OpenAL as SDK (#95)
1 parent 30c4f43 commit ebdc79a

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

descriptions/SDK.OpenAL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**OpenAL**](https://www.openal.org/) is a cross-platform audio API.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$
138138
NVIDIA_DLSS = (?:^|/)nvngx_dlss\.dll$
139139
NVIDIA_Nsight_Aftermath = (?:^|/)GFSDK_Aftermath_Lib(?:\.x86|\.x64)?\.dll$
140140
NVIDIA_PhysX = (?:^|/)PhysX(?:_64|_32|3_x64|3_x86|Core|Loader)\.dll$
141+
OpenAL = (?:^|/)OpenAL(?:32|64)\.dll$
141142
OpenVR = (?:^|/)(?:lib)?openvr_api\.(?:dll|so|bundle)$
142143
Qt = (?:^|/)Qt(?:Core4|\dCore)\.dll$
143144
SDL = (?:^|/)sdl2?\.dll$

tests/types/SDK.OpenAL.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/OpenAL32.dll
2+
/OpenAL64.dll
3+
Love/win/OpenAL32.dll
4+
OpenAL32.dll
5+
OpenAL64.dll
6+
StarMade/native/windows/OpenAL32.dll
7+
StarMade/native/windows/OpenAL64.dll

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,6 @@ binkw23.dll
540540
binkw64.exe
541541
SoundEngine.bundle
542542
/AkEngine.dll
543-
AkSoundEnginedlll.dll
543+
AkSoundEnginedlll.dll
544+
OpenAL42.dll
545+
/OpenAL.dll

0 commit comments

Comments
 (0)