Small cleanup

This commit is contained in:
momo5502 2022-06-16 14:19:06 +02:00
parent d87973b500
commit 024812c5cc

View File

@ -51,7 +51,7 @@ namespace
patch_steam_import("SteamAPI_GetHSteamPipe");
patch_steam_import("SteamAPI_Init");
patch_steam_import("SteamAPI_RestartAppIfNecessary");
utils::hook::set(game.get_iat_entry("kernel32.dll", "ExitProcess"), exit_hook);
}