2012-01-21 21:57:41 +01:00
|
|
|
#define APP_NAME "WiiFlow"
|
2012-02-01 23:26:51 +01:00
|
|
|
#define APP_VERSION "3.1 Alpha"
|
2012-01-21 21:57:41 +01:00
|
|
|
|
|
|
|
#define APPDATA_DIR "wiiflow"
|
|
|
|
#define APPDATA_DIR2 "apps/wiiflow"
|
|
|
|
|
|
|
|
#define GAMES_DIR "%s:/wbfs"
|
|
|
|
#define HOMEBREW_DIR "%s:/apps"
|
2012-01-21 22:15:45 +01:00
|
|
|
#define DML_DIR "%s:/games"
|
2012-01-21 21:57:41 +01:00
|
|
|
#define CFG_FILENAME "wiiflow.ini"
|
|
|
|
#define LANG_FILENAME "languages.ini"
|
|
|
|
#define CAT_FILENAME "categories.ini"
|
|
|
|
#define TITLES_FILENAME "titles.ini"
|
|
|
|
#define CTITLES_FILENAME "custom_titles.ini"
|
|
|
|
|
2012-01-31 16:16:52 +01:00
|
|
|
#define DEVELOPERS "r-win, Miigotu, OverjoY, FIX94"
|
2012-01-21 21:57:41 +01:00
|
|
|
#define PAST_DEVELOPERS "Hibernatus, Narolez, Hulk"
|
|
|
|
#define LOADER_AUTHOR "Kwiirk, Waninkoko, Hermes"
|
|
|
|
#define GUI_AUTHOR "Hibernatus"
|
|
|
|
|
|
|
|
#define THANKS \
|
|
|
|
"Lustar, CedWii, Benjay, Domi78, Oops, Celtiore, Jiiwah, FluffyKiwi, Roku93, \
|
|
|
|
Spayrosam, Bluescreen81, Chappy23, BlindDude, Bubba, DJTaz, OggZee, Usptactical, \
|
|
|
|
WiiPower, Hermes, Spidy1000, Dimok, Kovani, Drexyl, DvZ, Etheboss, FIX94, GaiaKnight, \
|
2012-02-02 21:21:38 +01:00
|
|
|
nibb, NJ7, Plasma, Pakatus, wolf, ravmn, spidercaleb, Ziggy34, xFede, entropy \
|
|
|
|
And to anyone who has donated or contributed to Wiiflow \
|
2012-02-01 23:26:51 +01:00
|
|
|
that we missed!"
|
2012-01-21 21:57:41 +01:00
|
|
|
|
|
|
|
#define THANKS_SITES "devkitpro.org, wiibrew.org, gametdb.com, ohloh.net, wiifanart.com, wiiflowiki.com, tgames.fr.nf"
|
|
|
|
#define THANKS_CODE "CFG Loader, uLoader, USB Loader GX, NeoGamma, WiiXplorer, Triiforce, Mighty Channels"
|
|
|
|
|
|
|
|
#define WIINNERTAG_URL "http://www.wiinnertag.com/wiinnertag_scripts/update_sign.php?key={KEY}&game_id={ID6}"
|
|
|
|
#define DUTAG_URL "http://tag.darkumbra.net/{KEY}.update={ID6}"
|