Skip to content

Commit 92f4167

Browse files
committed
Remove function feedback notification
1 parent 05ae198 commit 92f4167

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Sources/Game/MenuLayout.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ void CreateMenuButtons(int *ptr, std::vector<btn_ctx> &btn_ctxs) {
121121
}
122122

123123
extern "C" void CreateMenuButtonsCallback(int *ptr) {
124-
CTRPF::OSD::Notify("CreateMenuButtons function called");
125-
CTRPF::OSD::Notify(CTRPF::Utils::Format("CreateMenuButtons called with pointer: %X", (u32)ptr));
126-
127124
void (*MaybeRegisterData)(int*, void*) = (void(*)(int*, void*))(0x7f9788+BASE_OFF);
128125
btn_ctx *(*MaybeUpdateData)(btn_ctx*) = (btn_ctx*(*)(btn_ctx*))(0x7b1c18+BASE_OFF);
129126
u64 (*InitMenuCharacter)(GameCharacterView* chrPtr,int*,float,float,int,int,int,int) = (u64(*)(GameCharacterView*,int*,float,float,int,int,int,int))(0xec930+BASE_OFF);

Sources/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#define PLUGIN_VERSION_MAJOR 0
2929
#define PLUGIN_VERSION_MINOR 7
30-
#define PLUGIN_VERSION_PATCH 1
30+
#define PLUGIN_VERSION_PATCH 2
3131
#define PLUGIN_FOLDER "sdmc:/Minecraft 3DS"
3232
#define LOG_FILE PLUGIN_FOLDER"/log.txt"
3333
#define CONFIG_FILE PLUGIN_FOLDER"/config.txt"

0 commit comments

Comments
 (0)