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 dd3918b commit 90907fbCopy full SHA for 90907fb
Makefile.3ds
@@ -47,7 +47,7 @@ INCLUDES := include source
47
GRAPHICS := assets/3ds
48
ROMFS := romfs/3ds
49
GFXBUILD := $(ROMFS)
50
-APP_TITLE := uxnds v0.4.4
+APP_TITLE := uxnds v0.4.5
51
ifeq ($(DEBUG),true)
52
APP_DESCRIPTION := tiny virtual machine (debug)
53
else
Makefile.blocksds
@@ -7,9 +7,9 @@
7
8
NAME := uxnds
9
10
-GAME_TITLE := uxnds v0.4.4
+GAME_TITLE := uxnds v0.4.5
11
GAME_SUBTITLE :=
12
-GAME_AUTHOR := 26/07/2023
+GAME_AUTHOR := 27/09/2023
13
GAME_ICON := misc/uxn32.png
14
15
#NAME := donsol
0 commit comments