mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: more logging
This commit is contained in:
parent
c5e58ee014
commit
d0213ebcfd
2 changed files with 10 additions and 3 deletions
|
|
@ -30,7 +30,9 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam, HANDLE hMainThreadContinue) {
|
|||
if (bootconfig::is_wait_messagebox())
|
||||
MessageBoxW(nullptr, L"Press OK to continue", L"Dalamud Boot", MB_OK);
|
||||
|
||||
logging::print<logging::I>("Applying fixes...");
|
||||
xivfixes::apply_all(true);
|
||||
logging::print<logging::I>("Fixes OK");
|
||||
|
||||
if (bootconfig::is_wait_debugger()) {
|
||||
logging::print<logging::I>("Waiting for debugger to attach...");
|
||||
|
|
@ -45,6 +47,8 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam, HANDLE hMainThreadContinue) {
|
|||
|
||||
// ============================== CLR ========================================= //
|
||||
|
||||
logging::print<logging::I>("Calling InitializeClrAndGetEntryPoint");
|
||||
|
||||
void* entrypoint_vfn;
|
||||
int result = InitializeClrAndGetEntryPoint(
|
||||
g_hModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue