Removed junk files. Removed unnecessary code and comments. Reorganized projects.
This commit is contained in:
@@ -38,9 +38,8 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
|
||||
static void LoadFixDLL()
|
||||
{
|
||||
if (fixLib) return;
|
||||
fixLib = LoadLibraryA("DeadSpace2023Core.dll"); // ou EmpireOfTheAntsCore.dll si tu gardes le .dll
|
||||
fixLib = LoadLibraryA("DeadSpace2023Core.dll");
|
||||
if (!fixLib) {
|
||||
// Optionnel: message d'erreur ou fallback
|
||||
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user