Skip to content

Commit

Permalink
Add missing cleanup EXE names for various SafeDisc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RibShark committed Jan 13, 2024
1 parent bfa0d50 commit 4cc1750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified SafeDiscShim.sdb
Binary file not shown.
4 changes: 4 additions & 0 deletions src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ bool Initialize() {
wchar_t exeName[MAX_PATH];
GetModuleFileNameW(nullptr, exeName, MAX_PATH);
if ( wcsstr(exeName, L"~ef7194.tmp") ||
wcsstr(exeName, L"~f51e43.tmp") ||
wcsstr(exeName, L"~f39a36.tmp") ||
wcsstr(exeName, L"~f1d055.tmp") ||
wcsstr(exeName, L"~e5d141.tmp") ||
wcsstr(exeName, L"~fad052.tmp") ||
wcsstr(exeName, L"~e5.0001") ) {
/* DLL has been loaded into SafeDisc cleanup, need to relaunch main game
* executable and inject into that instead */
Expand Down

0 comments on commit 4cc1750

Please sign in to comment.