Config: implemented toml reading

This commit is contained in:
Hyper
2024-10-17 21:20:35 +01:00
parent 554be01412
commit ee35458b5d
7 changed files with 121 additions and 21 deletions

View File

@@ -124,6 +124,8 @@ uint32_t LdrLoadModule(const char* path)
int main()
{
Config::Load();
KiSystemStartup();
uint32_t entry = LdrLoadModule(FileSystem::TransformPath(GAME_XEX_PATH));