mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: set boot defaults via json
This commit is contained in:
parent
5c3c22490d
commit
192396abdc
3 changed files with 112 additions and 56 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#include "pch.h"
|
||||
|
||||
#include <codecvt>
|
||||
|
||||
#include "DalamudStartInfo.h"
|
||||
#include "logging.h"
|
||||
#include "utils.h"
|
||||
|
|
@ -12,8 +10,6 @@ HMODULE g_hModule;
|
|||
HINSTANCE g_hGameInstance = GetModuleHandleW(nullptr);
|
||||
|
||||
DllExport DWORD WINAPI Initialize(LPVOID lpParam, HANDLE hMainThreadContinue) {
|
||||
MessageBoxW(nullptr, L"", L"", MB_OK);
|
||||
|
||||
g_startInfo.from_envvars();
|
||||
|
||||
std::string jsonParseError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue