Skip to content

Commit

Permalink
Update rules.ini to account for new Unity integrations
Browse files Browse the repository at this point in the history
AkSoundEngine.dll is now called AkUnitySoundEngine.dll in newer versions of the wwise integration
  • Loading branch information
MonstoBusta authored Sep 30, 2024
1 parent 6e9eeb4 commit ec77ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ V8 = (?:^|/)v8\.dll$
Vivox[] = (?:^|/)ortp\.dll$
Vivox[] = vivox
Vorbis = vorbis
Wwise[] = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)Ak(?:Unity)?SoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)WwiseGDNative\.dll$
XAudio2 = (?:^|/)xaudio2_9redist\.dll$
Yarn_Spinner = (?:^|/)YarnSpinner\.dll$
Expand Down

0 comments on commit ec77ef2

Please sign in to comment.