diff --git a/README.md b/README.md index 0f3f81b..c020bfe 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ The first line in the config it the name of the exe file that the Injector runs. All other lines in the config are the modules that malloc should get replaced in, normally the second line should be the same as the first line so malloc get's replaced with mimalloc in the game/application itself. After that should be list all dlls (one per line) that malloc should be replaced in, since it's not easy to find out what dlls have their own internall malloc you can try manually adding the dlls the game loads and remove any that cause crashes when launching, if a dll dosn't have an internal malloc it will just be ignored unless something else has a conflicting signature (unlikley) so adding a bunch of random dll shoudn't be a problem. You probably should't add the dlls that come with this mod. -Contributions for working config files for other games/application are welcome. The game launching tr Injector.exe is no guarantee that it worked, if malloc is not found in the game/application it will just launch normally, make -sure that mimalloc is actually beeing used and that performance increases. +Contributions for working config files for other games/application are welcome. Make sure that mimalloc is actually used by the game, if it's never found in the game it will just run ayways. ## Contributing Contributions to the LargePageInjectorMods are welcome! If you have suggestions for improvements or bug fixes, feel free to fork this repository and submit a pull request.