mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-17 23:41:53 +01:00
b782337d27
- added HBC 1.1.3 new ID OHBC. this allows wiiflow to use exit to HBC if you have the new one. - switched HBC_JODI and HBC_HAXX to the correct DEFINE. they were switched wrong but it didn't seem to really have any affect. - re added the Aspect Ratio option for Emu NAND games. seems it was set to only show for a wii game but now it will show for both wii and nand game. default is your consoles default. so for example if your console is 16:9 and your game doesn't look right try force 4:3. - re organized the game settings menu to get all game setting options to show. this will make themes not display properly. themes will need to be edited. - added gc default settings menu accessed via main settings pg3. pg3 no longer requires you to be in gc view to see them now. wish i had more time to add more default settings. - addded partition settings menu in place of the single partiton selection on pg1. this means you don't have to select the source view first. - fixed switching from full covers to smallbox covers in sourceflow and brewflow. - updated the Help Guide to any new button controls (English only). - updated the xml file. - other minor theme and code cleanup
57 lines
2.0 KiB
C
57 lines
2.0 KiB
C
#define APP_NAME "WiiFlow Lite"
|
|
#define APP_VERSION "4.4.0"
|
|
|
|
#define APP_DATA_DIR "wiiflow"
|
|
#define APPS_DIR "apps/wiiflow_lite"
|
|
|
|
#define EMU_NANDS_DIR "nands"
|
|
#define GAMES_DIR "%s:/wbfs"
|
|
#define HOMEBREW_DIR "%s:/apps"
|
|
#define DF_GC_GAMES_DIR "%s:/games"
|
|
#define CFG_FILENAME "wiiflow_lite.ini"
|
|
#define CAT_FILENAME "categories_lite.ini"
|
|
#define SOURCE_FILENAME "source_menu.ini"
|
|
#define CTITLES_FILENAME "custom_titles.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 WII_DOMAIN "WII"
|
|
#define GC_DOMAIN "GAMECUBE"
|
|
#define CHANNEL_DOMAIN "CHANNELS"
|
|
#define PLUGIN_DOMAIN "PLUGINS"
|
|
#define HOMEBREW_DOMAIN "HOMEBREW"
|
|
#define SOURCEFLOW_DOMAIN "SOURCEFLOW"
|
|
|
|
#define DEVELOPERS "Fledge68"
|
|
#define PAST_DEVELOPERS "FIX94, OverjoY, 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, mamule, seam, \
|
|
BlindDude, Bubba, DJTaz, OggZee, entropy, Ayatus, \
|
|
Usptactical, WiiPower, Hermes, Spidy1000, megazig, \
|
|
Dimok, Kovani, Drexyl, DvZ, Etheboss, stfour, \
|
|
GaiaKnight, nibb, NJ7, Plasma, Pakatus, giantpune, \
|
|
wolf, ravmn, spidercaleb, Ziggy34, xFede, Abz, \
|
|
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}"
|