Skip to content

Commit

Permalink
uxnds 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed May 8, 2023
1 parent 87eea42 commit 7a7db92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile.3ds
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ INCLUDES := include source
GRAPHICS := assets/3ds
ROMFS := romfs/3ds
GFXBUILD := $(ROMFS)
APP_TITLE := uxnds v0.4.2
APP_TITLE := uxnds v0.4.3
ifeq ($(DEBUG),true)
APP_DESCRIPTION := tiny virtual machine (debug)
else
Expand All @@ -67,7 +67,7 @@ ICON := misc/uxn48.png
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft

CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS := -g -Wall -O3 -mword-relocations \
-ffunction-sections \
$(ARCH)

Expand Down
4 changes: 2 additions & 2 deletions Makefile.blocksds
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

NAME := uxnds

GAME_TITLE := uxnds v0.4.2
GAME_TITLE := uxnds v0.4.3
GAME_SUBTITLE :=
GAME_AUTHOR := 03/05/2023
GAME_AUTHOR := 08/05/2023
GAME_ICON := misc/uxn32.png

#NAME := donsol
Expand Down

0 comments on commit 7a7db92

Please sign in to comment.