mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
3153ef3d2e
* Added nanddumper functions (Nand dumper not enabled yet) * Added an extended check for new installed games which is enabled by default Since the check takes some time you can bypass the check by setting: 'extended_list_check' in GENERAL section of wiiflow.ini to 'no' Todo: Add an extended check for removed games * Fixed a bug ISFS_Initialize() was called before reloading to cIOS * Fixed long wait time when installing a Wii game @ 100%
45 lines
1.5 KiB
C
45 lines
1.5 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 TITLES_FILENAME "titles.ini"
|
|
#define CTITLES_FILENAME "custom_titles.ini"
|
|
|
|
#define DEVELOPERS "r-win, OverjoY, FIX94"
|
|
#define PAST_DEVELOPERS "Hibernatus, Narolez, Hulk, Miigotu"
|
|
#define LOADER_AUTHOR "Kwiirk, Waninkoko, Hermes"
|
|
#define GUI_AUTHOR "Hibernatus"
|
|
|
|
#define THANKS \
|
|
"Lustar, CedWii, Benjay, Domi78, Oops, \
|
|
Celtiore, Jiiwah, FluffyKiwi, Roku93, \
|
|
Spayrosam, Bluescreen81, Chappy23, fledge68, \
|
|
BlindDude, Bubba, DJTaz, OggZee, entropy, \
|
|
Usptactical, WiiPower, Hermes, Spidy1000, \
|
|
Dimok, Kovani, Drexyl, DvZ, Etheboss, \
|
|
GaiaKnight, nibb, NJ7, Plasma, Pakatus, \
|
|
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, uLoader, USB Loader GX, \
|
|
NeoGamma, WiiXplorer, Mighty Channels, \
|
|
Triiforce"
|
|
|
|
#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}"
|