Removed junk files. Updated safetyhook library version. Added library MinHook. Reviewed comments.
This commit is contained in:
@@ -175,6 +175,7 @@ static void FOVFixEnabled(bool fix_enabled) {
|
||||
}
|
||||
}
|
||||
|
||||
// Injection functions
|
||||
static void CinematicsFOVFixEnabled(bool fix_enabled) {
|
||||
if (g_fix_enabled && fix_enabled && CinematicsFOVaddress != nullptr) {
|
||||
if (!CinematicsFOVHook) {
|
||||
@@ -227,7 +228,7 @@ static void InitializeLogger()
|
||||
}
|
||||
}
|
||||
|
||||
// Entrée standard DLL
|
||||
// Standard dll entry
|
||||
BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID)
|
||||
{
|
||||
if (reason == DLL_PROCESS_ATTACH)
|
||||
|
||||
Reference in New Issue
Block a user