diff --git a/Application/Makefile b/Application/Makefile index 2bed82c..bb043ef 100644 --- a/Application/Makefile +++ b/Application/Makefile @@ -42,8 +42,8 @@ FORWARDER := $(ROMFS)/exefs.nsp # Application version #--------------------------------------------------------------------------------- VER_MAJOR := 1 -VER_MINOR := 3 -VER_MICRO := 2 +VER_MINOR := 4 +VER_MICRO := 0 #--------------------------------------------------------------------------------- # Options for .nacp information @@ -153,4 +153,4 @@ clean: #---------------------------------------------------------------------------------------------------------------------- $(TREE): %: @mkdir -p $@ - @mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%) \ No newline at end of file + @mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%) diff --git a/Application/source/Application.cpp b/Application/source/Application.cpp index ebe0977..1091c77 100644 --- a/Application/source/Application.cpp +++ b/Application/source/Application.cpp @@ -86,7 +86,7 @@ namespace Main { this->window = new Aether::Window("NX-Activity-Log", 1280, 720, [](const std::string message, const bool important) { }); - this->window->showDebugInfo(true); + // this->window->showDebugInfo(true); // Create overlays this->dtpicker = nullptr;