feat: set boot defaults via json

This commit is contained in:
goaaats 2022-06-19 12:24:18 +02:00
parent 5c3c22490d
commit 192396abdc
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 112 additions and 56 deletions

View file

@ -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;