Make final adjustments for release

This commit is contained in:
Nightkingale 2024-05-18 16:39:58 -06:00
parent 1f8a7c2115
commit 3bfd264ce7
2 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,8 @@ include $(DEVKITPRO)/wut/share/wut_rules
# APP_VERSION sets the version of the application
# DEBUG_BUILD sets the debug flag for the application
#-------------------------------------------------------------------------------
APP_VERSION := v2.0.2
DEBUG_BUILD := 0
APP_VERSION := v2.0.2
DEBUG_BUILD := 0
ifeq ($(DEBUG_BUILD), 1)
GIT_HASH := $(shell git rev-parse --short HEAD)

View File

@ -7,6 +7,7 @@
#include <fa-solid-900_ttf.h>
#include "main.hpp"
#include "nintendo_glyphs.hpp"
#include "utils.hpp"
std::map<int, TTF_Font*> text_font_cache;