From 82a4d0398587286b93a4ce88e52be0c508db7980 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sun, 12 Apr 2020 22:22:40 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- source/tegraexplorer/gfx/gfxutils.c | 2 +- source/tegraexplorer/script/functions.c | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e68f0ff..f281b66 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 2 LPVERSION_MINOR := 5 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 ################################################################################ diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index bc34aeb..4d3b68a 100644 --- a/source/tegraexplorer/gfx/gfxutils.c +++ b/source/tegraexplorer/gfx/gfxutils.c @@ -25,7 +25,7 @@ void gfx_clearscreen(){ gfx_box(0, 0, 719, 15, COLOR_WHITE); gfx_con_setpos(0, 0); - gfx_printf("Tegraexplorer v1.5.0\n"); + gfx_printf("Tegraexplorer v1.5.1\n"); RESETCOLOR; } diff --git a/source/tegraexplorer/script/functions.c b/source/tegraexplorer/script/functions.c index a79f32d..9e8236a 100644 --- a/source/tegraexplorer/script/functions.c +++ b/source/tegraexplorer/script/functions.c @@ -38,7 +38,7 @@ int parseIntInput(char *in, int *out){ return 0; } - +/* int parseJmpInput(char *in, u64 *out){ if (in[0] == '?'){ if (str_jmp_find(in, out)) @@ -49,6 +49,7 @@ int parseJmpInput(char *in, u64 *out){ else return -1; } +*/ int parseStringInput(char *in, char **out){ if (in[0] == '$'){