#pragma once #define APP_NAME "Kekatsu" #define APP_VERSION "1.1.0" #define APPDATA_DIR "/" APP_NAME #define CACHE_DIR APPDATA_DIR "/cache" #define UPDATE_URL_APP "https://github.com/cavv-dev/Kekatsu-DS/releases/latest/download/Kekatsu.nds" #define UPDATE_URL_VERSION "https://github.com/cavv-dev/Kekatsu-DS/releases/latest/download/version.txt"