diff --git a/.gitignore b/.gitignore index 945e364..a2635ea 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /encryptKeyWith /NUSPacker.jar /fst.bin +/channel/code/*.rpx diff --git a/channel/code/homebrew_launcher.rpx b/channel/code/homebrew_launcher.rpx deleted file mode 100644 index c16d0ed..0000000 Binary files a/channel/code/homebrew_launcher.rpx and /dev/null differ diff --git a/src/main.cpp b/src/main.cpp index 56aecad..9bcca2a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,6 +5,7 @@ #include "dynamic_libs/padscore_functions.h" #include "common/common.h" #include "kernel/gx2sploit.h" +#include "menu/HomebrewMemory.h" /* Entry point */ extern "C" int Menu_Main(void) @@ -28,6 +29,9 @@ extern "C" int Menu_Main(void) InitPadScoreFunctionPointers(); log_printf("Function exports loaded\n"); + //! initialize homebrew memory layout + HomebrewInitMemory(); + //!******************************************************************* //! Enter main application * //!*******************************************************************