mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
Config: implemented toml reading
This commit is contained in:
@@ -124,6 +124,8 @@ uint32_t LdrLoadModule(const char* path)
|
||||
|
||||
int main()
|
||||
{
|
||||
Config::Load();
|
||||
|
||||
KiSystemStartup();
|
||||
|
||||
uint32_t entry = LdrLoadModule(FileSystem::TransformPath(GAME_XEX_PATH));
|
||||
|
||||
Reference in New Issue
Block a user