Commit Graph

271 Commits

Author SHA1 Message Date
fledge68
5cefb92df7 - changed flipping the selected cover. press 'A' to flip it and 'B' to flip it back. This fixes the problem of the cover not always flipping back.
- fixed a small problem from last commit where sourceflow would use sideflow or shortflow after selecting one of those plugins. now it uses the correct flow.
- made flows appear faster after selecting a source.
2016-06-22 19:34:58 +00:00
fledge68
ce0108939d - Now disabling Plugin Select menu if you're using the source menu/flow. (no need for both)
- Now disabling View Select icon/button on main screen if you are using Source Menu with multi source select. (easier to handle this way)
- Fixed Source Menu multi select. Now using 'A' button instead of '+' button to select sources. '+' and '-' can now be used to change pages just like all other menus. Added Clear button to clear all source buttons.  If none selected defaults to Wii.  After making selections use Back button or 'B' to go back.
- Added the ability to select both NAND and EmuNAND Channels at the same time. Three options to do this.
1. Use Source Menu multi select.
2. Switch to Channels View then press 'B' while pointing at Settings icon on main screen. If you keep pressing 'B' it will cycle you thru NAND, EmuNAND, and Both.
3. Use the Plugin Select menu with the new emuchannels.ini plugin and the channels.ini plugin to select one or both. (in plugin view of course)
- Other code cleanup and minor changes here and there to make things work with being able to select both real nand and emu nand together.
- Still have a few things to change but this should be fine for now.
2016-06-20 21:03:40 +00:00
fledge68
7a5c6f5fec - restored the option for source menu/flow on startup. manually edit wiiflow_lite.ini and set the line source_on_start=yes under [GENERAL]. if its not there then run and exit wiiflow lite once. 2016-06-10 23:52:22 +00:00
fledge68
a2b7953b55 - fix to keep the background music going on the game selected screen. if game/banner sound only plays once (not looping) the background music will play again.
- added flipped cover zoom and movement. so now when you flip a cover you can zoom in and out with '+' and '-' to read and see the back cover better.  Use the control pad to move it if you need to. only works with pressing the buttons not holding them down.
- added option to delete a cached cover (.wfc file) for plugins. in case for some reason you have a strange looking cover while viewing plugin covers just select the cover and then click on delete - it won't delete the game or cover png, just the covers wfc file in the cache. then when you go back it should be recreated. for other covers you can just delete and redownload via the settings menu.
2016-06-09 23:02:40 +00:00
fledge68
a639690822 - removed current IOS/cIOS info from Help Guide. Now only shows when viewing Credits.
- added a space after every comma for displaying genres on Game Info Menu.  before = action,adventure. now = action, adventure. to me it looks nicer.
- replaced info/help button on main screen with homebrew view button.  removed homebrew view button from the choice of views.
- moved info/help button to Home Menu replacing Settings Button which we didn't need two of.
- homebrew/apps view has its own view now. pressing 'A' automatically launches the app, no need for a selected menu to launch app.
- when returning from a launched app wiiflow now displays the Wii game view. before it would go to homebrew view.
- still need to add a config menu for apps view so we can change the partition, smallbox, reload cache, and adjust coverflow.
2016-06-06 13:52:57 +00:00
fledge68
7d30c948b6 - Added 3 new Plugins. Wii, Channels, and Gamecube.
- Wiiflow will automatically detect these and add the respective game lists to the plugin game list just like combined view via the source menu.
- these plugins can be selected via the 'plugin select menu' in 'main settings' or via a source btn on the 'source menu'.
- with these plugins the 'plugin select menu' can act like another source menu and they can easily be combined with all the other plugins of your choice.
2016-05-18 23:15:19 +00:00
fledge68
def5e0e854 - added little patch to make sure emunand path settings in wiiflow.ini are ok. Helps with the recent added select nand option. 2016-05-15 00:29:16 +00:00
fledge68
6b1aab7c2d - PHASE 2 (finally!)
- New Coverflow theme format. no more emuflow, coverflow, brewflow. now we have coverflow, shortflow, sideflow, and smallflow.
- coverflow is the normal coverflow.
- shortflow is automatically used for plugins if all selected plugins require a short CD style cover such as GB, GBC, GBA, and playstation. if there's more let me know and i can add them.
- sideflow is automatically used for plugins if all selected plugins require a cover on its side such as SNES and Nintendo 64.
- smallflow is used if smallbox is set for homebrew and sourceflow.
- no more need for emuflow= with a source btn in the source menu. it is done automatically now using the plugins magic#
- each flow has its own number of modes/layouts. so now coveflow can have 8, smallfow 1, sideflow, 6, and shortflow 4 or whatever you want.
- adjust coverflow works with no problems. just choose the view first before entering the adjust coverflow menu.
- other minor code changes here and there.
- remember themes are now in themes_lite and the coverflow part is seperated and put in the coverflows folder with the same name as the theme or you can use a default coverflow named default.ini for all themes.
2016-05-11 17:58:36 +00:00
fledge68
0c5f06972c PHASE 1
-split coverflow config from theme config files.
-renamed theme folder to themes_lite folder because of the new format and to avoid conflict with wiiflow.
-made coverflows folder in themes_lite folder to hold the coverflow config files.
-coverflow configs must be named the same as the theme configs or you can make one default coverflow config (named default.ini) in the coverflows folder. Then if wiiflow can't find matching coverflow config it will use the default coverflow config.
-to create coverflow configs open a theme.ini file in a text editor (Notepad+) and search for brewflow and then copy from there to the end, create a new text file and paste, make sure the first line is empty, and save the file named exactly like your theme.ini and in the folder dev:/wiiflow/themes_lite/coverflows/
-why did i do this? 1. when you use wiiflow setting 'adjust coverflow' and save it will only save the coverflow part and not mess up your structure of your theme.ini. 2. because now with the default.ini coverflow you can have one set of coverflow layouts for all the themes.
-note: this is Phase 1. Phase 2 and 3 coming. :)
2016-04-30 14:19:30 +00:00
fledge68
d390563d5a -removed source menu settings from startup settings.
-access source menu setting via home button when viewing source menu or sourceflow.
-source menu is now automatically enabled if a source_menu.ini is found.
-removed five source view icons if no source_menu.ini found.
-other minor source menu code cleanup
2016-04-26 00:43:09 +00:00
fledge68
f23d022675 -made it so config icon on main screen doesn't show when the gamelist is empty.
-fixed it so when you change the partition main coverflow will reload.
2016-04-25 00:28:43 +00:00
fledge68
eff9f721e5 -okay fried my brain on trying to follow all this checking emunand partitions and paths and extracting etc... for emunand and emunand saves
-cleaned up some code for emunand list and when using emunand for wii saves. might be a problem here or there but need to take a break and come back to this later. should work for now.
2016-04-25 00:04:38 +00:00
fledge68
ac4012e708 -now gamecube view defaults to on if either devolution or nintendont are installed.
-removed setting emu paths and changing emu presets.
-added select nand setting on page 2 of nand emulation settings. nands must be in a subfolder of nands folder on root of device. example - dev:/nands/nand1, dev:/nands/nand2 etc..
-nand select also works for saves nand in wii view.
-nand emulation settings is only shown if in wii view or nand view.
-if no nand is found wiiflow will create a nand named default in the nands folder.
-rewrote coverloader code a little to make it easier to follow. but still couldn't fix it. honestly it appears there's nothing wrong. wiiflow just acts weird.
2016-04-21 00:05:28 +00:00
fledge68
140999c2e3 -fix for return to channel setting on pg 4 of main settings. now it works even in emu nand channels view. 2016-04-13 16:47:25 +00:00
fledge68
0eb210b7fa -minor change to the previous commit when direct launching a game by holding B and pressing A. 2016-04-13 15:52:33 +00:00
fledge68
f19accd147 -fix for wrong banners and game sound playing when selecting a game that isn't the center one in coverflow. 2016-04-13 14:16:41 +00:00
fledge68
7c39c9e9fc -reset the user agent so DUTags will work again. 2016-04-12 22:32:07 +00:00
fledge68
c2101378a9 - With the release of the new WiiFlow Lite forwarder channel I've officially made wiiflow lite have it's own apps folder (apps/wiiflow_lite)
- Changed stub.bin to launch the new channel (WFLA) instead of the hidden channel (WIIH) which really wasn't needed. I think whatever Fix94 was going to use it for never got implemented so it was basically just a forwarder channel.
- If you have trouble returning to wiiflow lite when exiting a wii or nand game then make sure in wiiflow_lite.ini under GENERAL that 'returnto' is not set to WDFA. it should be WFLA.
- wiiflow lite still shares the wiiflow data directory with wiiflow for now.
2016-04-11 20:29:09 +00:00
fledge68
d623770a49 - patched the revision number that somehow got out of sync. think it had something to do with getting r1076 from github.
- changed the way coverloader checks for a matching cover .wfc cache file. coverloader still acts strange sometimes or occasionally causes DSI exception.
2016-04-06 16:43:51 +00:00
fledge68
a66723807e - CHANNNEL_DOMAIN disable is now CHANNEL_DOMAIN emu_nand (=yes or no) because that's what it's used for.
- GENERAL hidechannels is now CHANNEL_DOMAIN disable because that's what it is for all the other domains. makes sense to me. :P
- GAMECUBE_DOMAIN always_show_button is now GAMECUBE_DOMAIN disable to match all the other domains.
- so now 'disable' for each domain means show or don't show that view except wii of course.
2016-04-05 22:42:32 +00:00
fledge68
9bdc84de6c - fixed reload cache for sourceflow 2016-04-04 20:18:16 +00:00