mirror of
https://github.com/cavv-dev/Kekatsu-DS.git
synced 2025-06-18 16:55:40 -04:00
10 lines
349 B
C
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"
|