Renamed tp6.c to core.c

This commit is contained in:
mkrsym1
2023-07-28 01:51:04 +03:00
parent 4e614e1d82
commit 80c817cb6b
9 changed files with 28 additions and 28 deletions

View File

@ -3,7 +3,7 @@
#include <ntdll.h>
#include <ace.h>
#include <game.h>
#include <tp6.h>
#include <core.h>
#include <utils.h>
#include <main.h>
@ -46,7 +46,7 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) {
ace_load_driver_module();
// ...magic
tp6_setup_patcher(&game, baseModule);
core_setup_patcher(&game, baseModule);
// Load the UnityPlayer module and invoke the callback
HMODULE unityModule = LoadLibraryA("UnityPlayer.dll");