Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ V8 = (?:^|/)v8\.dll$
Vivox[] = (?:^|/)ortp\.dll$
Vivox[] = vivox
Vorbis = vorbis
Wwise[] = (?:^|/)SoundbanksInfo?\.xml$
Wwise[] = \.bnk$
Wwise[] = \.wem$
Wwise[] = (?:^|/)Ak(?:Unity)?SoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)WwiseGDNative\.dll$
XAudio2 = (?:^|/)xaudio2_9redist\.dll$
Expand Down
5 changes: 5 additions & 0 deletions tests/types/SDK.Wwise.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/AkSoundEngine.bundle
/AkSoundEngine.dll
/AkSoundEnginedll.bundle
Expand All @@ -21,4 +21,9 @@
Firewatch.app/Contents/Plugins/AkSoundEngine.bundle
WwiseGDNative.dll
YookaLaylee64_Data/Plugins/AkSoundEngine.dll
sounds/soundbanksinfo.xml
soundbanksinfo.xml
sounds/mysoundbank.bnk
anothersoundbank.bnk
sounds/mysound.wem
build/windows/WwiseGDNative.dll
8 changes: 8 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ _tyrano-data.av
_tyrano-data.sa
FreeImage.dl
FreeImage.s
folder/soundbankinfo.xml
soundbankinfo.xml
myprojectfile.wfppro
myprojectfile_wfpproj
sounds/notasoundbank_bnk
sounds/notasoundbank.bnks
sounds/notasound_wem
sounds/notasound.wems
.sstk
.stkk
.sttk
Expand Down