mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-01-05 17:13:29 +08:00
fix to "fix config path"
This commit is contained in:
parent
4d16211b6c
commit
00f5e733b0
@ -15,7 +15,7 @@ void Run(HMODULE* phModule)
|
||||
{
|
||||
ResourceLoader::SetModuleHandle(*phModule);
|
||||
|
||||
auto cheatDir = std::filesystem::path(util::GetModulePath(*phModule)).parent_path();
|
||||
auto cheatDir = std::filesystem::path(util::GetModulePath(*phModule));
|
||||
|
||||
// Init config
|
||||
config::Initialize((cheatDir / "cfg.json").string());
|
||||
|
Loading…
x
Reference in New Issue
Block a user