mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-27 19:06:01 +00:00
intercept: Ensure openAL isn't replaced with broken vendor libraries
We often see cases where the vendored openAL library is incapable of HRTF due to some old or broken openAL version/build, so let's stop games doing that with the vendor_offender mode. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -99,9 +99,14 @@ static const char *wanted_steam_processes[] = {
|
||||
* that are KNOWN to cause issues, i.e. SDL + libstdc++
|
||||
*/
|
||||
static const char *vendor_blacklist[] = {
|
||||
/* base libraries being replaced will cause a C++ ABI issue when
|
||||
* loading the mesalib drivers. */
|
||||
"libgcc_",
|
||||
"libstdc++",
|
||||
"libSDL",
|
||||
|
||||
/* general problem causer. */
|
||||
"libopenal.so.",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user