mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 07:11:18 -04: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