Kekatsu-DS/source/config.h
2025-06-18 14:18:57 +02:00

10 lines
349 B
C

#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"