Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Dec 14, 2020
1 parent a72e907 commit f297b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpunk_amd_patch/src/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Options::Options(HMODULE aModule)
this->PatchAVX = config.value("avx", this->PatchAVX);
this->PatchSMT = config.value("smt", this->PatchSMT);
this->PatchSpectre = config.value("spectre", this->PatchSpectre);
this->PatchMemoryPool = config.value("memory_pool", true);
this->PatchMemoryPool = config.value("memory_pool", this->PatchMemoryPool);
}

nlohmann::json config;
Expand Down

0 comments on commit f297b87

Please sign in to comment.