We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edf471 commit dc74e50Copy full SHA for dc74e50
1 file changed
Makefile
@@ -9,13 +9,13 @@ include $(DEVKITARM)/base_rules
9
################################################################################
10
11
IPL_LOAD_ADDR := 0x40003000
12
-LPVERSION_MAJOR := 3
13
-LPVERSION_MINOR := 0
14
-LPVERSION_BUGFX := 5
+LPVERSION_MAJOR := 0
+LPVERSION_MINOR := 1
+LPVERSION_BUGFX := 0
15
16
17
18
-TARGET := TegraExplorer
+TARGET := CommonProblemResolver
19
BUILDDIR := build
20
OUTPUTDIR := output
21
SOURCEDIR = source
0 commit comments