* Fix for games which do not load InputModule on startup. CppExplorer will now try to load the module itself.
* Cleanups
This commit is contained in:
sinaioutlander
2020-09-08 17:07:10 +10:00
parent 4bb0811b2c
commit 38aafa7e5b
9 changed files with 192 additions and 125 deletions

View File

@ -13,7 +13,7 @@ namespace Explorer
public class CppExplorer : MelonMod
{
public const string NAME = "CppExplorer";
public const string VERSION = "1.6.3";
public const string VERSION = "1.6.4";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.cppexplorer";
@ -50,6 +50,8 @@ namespace Explorer
{
Instance = this;
InputHelper.CheckInput();
new MainMenu();
new WindowManager();