mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
46e807cb91
* Now if you click B on ExitTo menu it will go back to Home menu and not coverflow * If parental lock is on, ExitTo will just exit and not show ExitTo menu anymore * Now with home in ExitTo you can exit too * Added/Deleted some sentences * Updated english and italian translation
54 lines
1.9 KiB
C
54 lines
1.9 KiB
C
#define APP_NAME "WiiFlow"
|
|
#define APP_VERSION "Mod 3.1"
|
|
|
|
#define APPDATA_DIR "wiiflow"
|
|
#define APPDATA_DIR2 "apps/wiiflow"
|
|
|
|
#define STDEMU_DIR "/wiiflow/nandemu"
|
|
#define GAMES_DIR "%s:/wbfs"
|
|
#define HOMEBREW_DIR "%s:/apps"
|
|
#define DML_DIR "%s:/games"
|
|
#define CFG_FILENAME "wiiflow.ini"
|
|
#define LANG_FILENAME "languages.ini"
|
|
#define CAT_FILENAME "categories.ini"
|
|
#define SOURCE_FILENAME "source_menu.ini"
|
|
#define TITLES_FILENAME "titles.ini"
|
|
#define CTITLES_FILENAME "custom_titles.ini"
|
|
#define AGE_LOCK_FILENAME "age_lock.ini"
|
|
#define TITLES_DUMP_FILENAME "titlesdump.ini"
|
|
#define GAME_SETTINGS1_FILENAME "gameconfig1.ini"
|
|
#define GAME_SETTINGS2_FILENAME "gameconfig2.ini"
|
|
#define PLUGIN_CRCS_FILENAME "plugin_crc32.ini"
|
|
|
|
#define AGE_LOCK_DEFAULT 13
|
|
|
|
#define DEVELOPERS "OverjoY, FIX94"
|
|
#define PAST_DEVELOPERS "Hibernatus, Narolez, Hulk, Miigotu, r-win"
|
|
#define LOADER_AUTHOR "Kwiirk, Waninkoko, Hermes"
|
|
#define GUI_AUTHOR "Hibernatus"
|
|
|
|
#define THANKS \
|
|
"Lustar, CedWii, Benjay, Domi78, Oops, \
|
|
Celtiore, Jiiwah, FluffyKiwi, Roku93, Yardape8000, \
|
|
Spayrosam, Bluescreen81, Chappy23, fledge68, \
|
|
BlindDude, Bubba, DJTaz, OggZee, entropy, \
|
|
Usptactical, WiiPower, Hermes, Spidy1000, \
|
|
Dimok, Kovani, Drexyl, DvZ, Etheboss, stfour, \
|
|
GaiaKnight, nibb, NJ7, Plasma, Pakatus, giantpune, \
|
|
wolf, ravmn, spidercaleb, Ziggy34, xFede, \
|
|
And to anyone who has donated or \
|
|
contributed to Wiiflow that we missed!"
|
|
|
|
#define THANKS_SITES \
|
|
"devkitpro.org, wiibrew.org, gametdb.com, \
|
|
ohloh.net, wiifanart.com, wiiflowiki.com, \
|
|
tgames.fr.nf"
|
|
|
|
#define THANKS_CODE \
|
|
"CFG Loader, Wii Banner Player Project, USB Loader GX, \
|
|
uLoader, NeoGamma, Mighty Channels, WiiXplorer, Triiforce, \
|
|
postLoader"
|
|
|
|
|
|
#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}"
|