Skip to content
Draft
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
1 change: 1 addition & 0 deletions include/SKIF.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ struct SKIF_Signals { // Used for command line arguments
HWND _RunningInstance = NULL;
BOOL _DoNotUseService = FALSE;
BOOL _ElevatedService = FALSE;
BOOL _EarlyInjectSpecialK = FALSE;
std::wstring _GamePath = L"";
std::wstring _GameArgs = L"";
std::wstring _GameWorkDir = L"";
Expand Down
Loading