mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Bump version
This commit is contained in:
parent
d5c23ebf96
commit
f1a4b05524
3 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules
|
|||
|
||||
IPL_LOAD_ADDR := 0x40003000
|
||||
LPVERSION_MAJOR := 2
|
||||
LPVERSION_MINOR := 3
|
||||
LPVERSION_BUGFX := 3
|
||||
LPVERSION_MINOR := 4
|
||||
LPVERSION_BUGFX := 0
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ void gfx_clearscreen(){
|
|||
|
||||
gfx_box(0, 0, 719, 15, COLOR_WHITE);
|
||||
gfx_con_setpos(0, 0);
|
||||
gfx_printf("Tegraexplorer v1.3.3\n");
|
||||
gfx_printf("Tegraexplorer v1.4.0\n");
|
||||
|
||||
RESETCOLOR;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
char func[11] = "", args[2][128] = {"", ""};
|
||||
int res, errcode;
|
||||
const int scriptver = 133;
|
||||
const int scriptver = 140;
|
||||
bool forceExit = false;
|
||||
u32 currentcolor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue