Skip to content

Commit

Permalink
updaate binnaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Sep 28, 2021
1 parent c267ff3 commit 7c79f44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules
# - <libnx folder>/default_icon.jpg
#---------------------------------------------------------------------------------
VERSION_MAJOR := 2
VERSION_MINOR := 2
VERSION_MICRO := 9
VERSION_MINOR := 3
VERSION_MICRO := 0

APP_TITLE := RipJKAnime NX
APP_AUTHOR := AngelXex
Expand Down Expand Up @@ -64,10 +64,11 @@ CFLAGS := -g -O3 -ffunction-sections \
`freetype-config --cflags` \
`sdl2-config --cflags`

CFLAGS += $(INCLUDE) -D__SWITCH__ -D_GNU_SOURCE=1 -DTITLE='"$(APP_TITLE)"' -DVERSION='"$(APP_VERSION)"'
CFLAGS += $(INCLUDE) -D__SWITCH__ -D_GNU_SOURCE=1
#CFLAGS += -DTITLE='"$(APP_TITLE)"' -DVERSION='"$(APP_VERSION)"'

ifneq ($(strip $(ISDEBUG)),)
CFLAGS += -DISDEBUG -DNXLINK_DEBUG
CFLAGS += -DISDEBUG
endif
#
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++17 -fexceptions
Expand Down
Binary file modified out/RipJKAnime NX[05B9DB505ABBE000][v0].nsp
Binary file not shown.
Binary file not shown.
Binary file modified out/RipJKAnime_NX.nro
Binary file not shown.
2 changes: 1 addition & 1 deletion romfs/NOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"V":"2.2.9"}
{"V":"2.3.0"}
1 change: 0 additions & 1 deletion source/SDLWork.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ int mWidth, mHeight, mX, mY, SelIns;

class SDLB {
public:
std::string AppVer=VERSION;
void intA();
std::map<std::string,LTexture> MapT {};
SDL_Renderer* gRenderer = NULL;
Expand Down

0 comments on commit 7c79f44

Please sign in to comment.