Skip to content

Commit

Permalink
Added OBS executables to SK's internal injection blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Sep 29, 2023
1 parent 6efd95b commit 9632816
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
23.9.29.4
23.9.30
=======
+ Added OBS executables to SK's internal injection blacklist to prevent
SK from injecting into the Steam version w/o users whitelisting it.

23.9.29.4
=========
+ Set Starfield's Resolution Scale setting accordingly when selecting a
DLSS Mode in FSR2Streamline.
Expand Down
6 changes: 3 additions & 3 deletions include/SpecialK/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#define SK_YEAR 23
#define SK_MONTH 9
#define SK_DATE 29
#define SK_REV_N 4
#define SK_REV 4
#define SK_DATE 30
#define SK_REV_N 0
#define SK_REV 0

#ifndef _A2
#define _A2(a) #a
Expand Down
6 changes: 6 additions & 0 deletions include/SpecialK/injection/blacklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,10 @@ static constexpr constexpr_module_s::list_type __blacklist = {
L"tobii.eyex.engine.exe",
L"ipoint.exe",
L"itype.exe",
L"msedgewebview2.exe",
L"powershell.exe",

// OBS Stuff
L"obs-browser-page.exe",
L"obs64.exe"
};

0 comments on commit 9632816

Please sign in to comment.