mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-04-26 00:10:36 -05:00
Make final adjustments for release
This commit is contained in:
parent
1f8a7c2115
commit
3bfd264ce7
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user