Commit Graph

433 Commits

Author SHA1 Message Date
fix94.1
1b0f97393f -cleaned up booter code 2012-05-16 15:27:14 +00:00
fix94.1
1f5d72f2a4 -fixed missing background music
-back to the entry point we had before
-set up cache to 32 again, seems to make wiiflow faster
-changed few things about memory management again
-made a few free safe again in code
2012-05-16 14:48:01 +00:00
fledge68
678dc5ac0d - fix for categories crashing in emuflow 2012-05-16 11:48:27 +00:00
fix94.1
eaa74bb49e -removed MEM2 cleanup, and set up MEM1 cleanup higher
-fixed a bug in IOS reload which might result in blackscreen
2012-05-15 22:07:45 +00:00
fix94.1
08a298b0b7 -using cfg-loader entry point now, its a bit lower ;)
-clearing screen properly now, no green screens or things like this
-added a few more low mem settings, fixed a missing flush in set
video mode (thanks dimok)
-partially clearing mem1 too now, using the code of cfg-loader for that
(thanks)
-using asm volatile instead of __asm__ to really call what we want
(thanks dimok for explaination)
-deiniting usb device properly
-shutting down system properly now on game boot, games should boot
more often now, its still not fully fixed
2012-05-15 21:33:53 +00:00
fix94.1
a728a96480 -fixed really cruel bug in memory clearing which cleared nothing
at all :P
-(hopefully) fixed game launching properly
2012-05-15 16:08:15 +00:00
yardape8000
2f97266e88 Added an Age Lock to the parental control menu.
You can select an age from 2-19, where any game rated above is not displayed.  It uses the age from the region of the game.  19 is all games. 2 is basically none, because the rating systems start at 3.  This operates independently from the current per game lock, so you can still use both.  Meaning both conditions have to allow the game, before it will display.

You can override the rating by creating an age_lock.ini file.  Just add the id under the domain heading and set it to an age.  To set Call of Duty: Black Ops to an age of 5 you would enter this:
[GAMES]
SC7E52=5

There is also an age_lock_default in the wiiflow.ini file under [GENERAL].  This will allow you to specify a default rating for games with no rating info.
2012-05-14 05:37:10 +00:00
fix94.1
fc9aed8352 -removed three redundant lines and added information that our
new wii light file is already modified
2012-05-14 04:55:48 +00:00
fix94.1
4c300161e1 -replaced wiilight by something better from libprojectM because
its open source and we can modify it as we want, that should fix
the problem that the wii light sometimes did not disable properly ;)
2012-05-13 18:56:34 +00:00
fix94.1
7e453d5b97 -all free should be safe now :P 2012-05-13 17:25:26 +00:00
yardape8000
04c4025766 Added GRB ratings. 2012-05-13 15:36:43 +00:00
fix94.1
0fc21f82a3 -big code cleanup, removed all those SAFE_ and SMART_
thingys and replaced it with their proper calls
-fixed some big memory bugs, downloading much covers shouldn't
be a problem anymore, also memory management should work better
-fixed typo in debug print on game boot, also changed some
things in apploader, making it ready to remove linker script
properly, still in but I hope not for long ;)
-modified wiiflow startup and init order a bit
2012-05-13 15:13:33 +00:00
fix94.1
49a31c4f25 -cleaned up code more, set clear priority to alloc in which
memory region
2012-05-12 21:08:43 +00:00
yardape8000
d669a1a17e Fixed "Set USB failed: -6" dug.
Fixed bug where user selected IOS is never actually used, because the configuration file was unloaded before it gets there.

Fixed NAND paths being created with double "/"s.  No real effect because they seem to be automatically reduced to a single "/"

Minor wifi-gecko changes to keep it alive close to the game launch.
2012-05-12 17:14:25 +00:00
fix94.1
1a0908497a -code cleanup and correction, should print more debug messages
than before if problems occur
-replaced most malloc by MEM2_alloc, as well as free and SAFE_FREE
replaced by MEM2_free
2012-05-12 16:03:14 +00:00
fix94.1
f83670be3d -fixed coverflow being too slow in PAL50 video mode
-commented out a problematic line in code
2012-05-11 15:14:57 +00:00
fledge68
a9622f1516 - added optional startup select source menu. Just set startup_menu=yes under [GENERAL] in wiiflow.ini. Access it at anytime by pressing '+' while pointing at the view switch icon. 2012-05-11 14:17:39 +00:00
yardape8000
32cd3b0cd2 Allow wifi-gecko to work close to game launch 2012-05-11 03:37:56 +00:00
overjoy.psm
f3ae92cbc7 *Added feature to flash game saves on emu NAND back to real NAND
*Added button to extract save from NAND to game config menu
*Added button to flash save to NAND to game config menu
*Fixed some buttons in game config menu
*Cleaned some unused code
*Moved some code to better places
2012-05-10 23:38:34 +00:00
yardape8000
84fc87bea9 Moved _initAsyncNetwork so it starts when the program starts. This way wifi-gecko is connected earlier and you can see the initialization messages.
Moved the following settings to [DEBUG] section, so people know they have nothing to do with normal wiiflow operation.
 sd_write_log
 wifi_gecko
 wifi_gecko_ip
 wifi_gecko_port
2012-05-10 22:20:18 +00:00
fix94.1
a9bd69d7c7 -fixed changing themes for sure now 2012-05-09 18:47:25 +00:00
fix94.1
081c8c316f -changed small thing about video cleanup, may fixes codedump
on switching themes
2012-05-09 17:50:44 +00:00
fix94.1
5a817f0ce7 -writing DML options now safe into memory, no way that there
an error can occur anymore
2012-05-08 20:38:50 +00:00
overjoy.psm
26a1ca085c Fixed NAND emulation stuff:
*Fixed NAND emulation itself
*Fixed creation of nandpath and title.tmd for some games
*Fixed extraction of game saves for some games
*Cleaned up some code for NAND emulation
*Cleaned up some more unused stuff

Todo: 

*Cleanup NAND emulation code much more 
*Move the last used function in savefile.c to a better place
*Add extraction and flash options to game config menu
2012-05-08 00:59:53 +00:00
fix94.1
70955117f9 -fixed missing translatable words in menu_categories and
menu_nandemu
-fixed more spelling mistakes in menu_nandemu, menu_config
and menu_config_game
-updated english.ini
-updated german.ini
2012-05-06 13:55:56 +00:00
fix94.1
be5195aa96 -set up limits of fmt to prevent some missing words
-corrected a few spelling mistakes in menu_nandemu
-removed unneeded std:: from menu and menu_game
2012-05-06 12:59:09 +00:00
fix94.1
6abfa87e0e -replaced all safe_vectors by regular vectors, there is no
need of it anymore, also removed miigotus wrapper
2012-05-06 12:03:43 +00:00
fix94.1
14aa9863af -fixed background music (zomg the first menu which is not
defined in the menu.hpp itself)
2012-05-05 21:36:30 +00:00
fix94.1
88c4eed3c3 -added plugin selection menu in global settings, if in
plugin coverflow it will replace the nand emu button,
in this memu you can select which plugin should be displayed,
it will work no matter which sort is set, you can select more
than one emulator at the time of course
KNOWN ISSUE:
-background music is missing
2012-05-05 20:07:54 +00:00
fix94.1
60e103b1bf -set up cover size limit to 1090 pixel instead of 1024 2012-05-05 10:46:01 +00:00
fledge68
d896cb7436 - categories menu 'B' back button fix 2012-05-04 19:31:05 +00:00
fix94.1
f6830b5a2f -fixed problem that covers were not loading properly with
only a few games in a coverflow view
-added new option to wiiflow.ini GENERAL section,
"cover_use_hq", if you set it to yes all your covers
will be displayed in HQ again, but will also slowdown
the loading and wiiflow in general
2012-05-04 14:08:44 +00:00
fledge68
31caf39cd2 - re-enabled '1' and '2' buttons for emuflow and brewflow
- updated default.ini to include layouts for emuflow and brewflow
2012-05-04 13:29:08 +00:00
fix94.1
4df672d357 -removed alot of unneeded .c_str()
-replaced alot of sfmt with fmt
-replaced a few sprintf with snprintf
2012-05-04 12:30:43 +00:00
overjoy.psm
9f7ef01f79 * Make remove Wii games safe again for ppl that don't have their games in subfolders
* Close disc after installing a game
2012-05-04 08:04:23 +00:00
fix94.1
1e0cc275d8 -changed small thing about the help file reading
-WOW r300 already
2012-05-04 05:19:52 +00:00
fix94.1
7e4ca9a773 -reverted overjoys change about gc audio streaming because
it broke it
@overjoy:
I tested the place where it was well enough, I tried to move
it but you can't, you need to set it directly if you want or not,
install plain mios v10 and you'll see there is no other way
2012-05-04 05:09:40 +00:00
yardape8000
bb285e4188 - Merged common menu code
- The main settings menu will now only update the coverflow if needed.  This means pages 3-6 will return instantly.

- fixed typo in NAND saves text (exCisting).  You may have to delete or fix "cfgne26" in your english language file to see the change.
2012-05-04 03:46:18 +00:00
overjoy.psm
0e4ab68f4a * Fixed game installer for Wii games in issue: 48
* Fixed game installer for Wii games on partitions with sector size other than 512
* Fixed removing Wii games (issue: 41)
* Cleaned up some useless stuff
2012-05-04 03:10:17 +00:00
fix94.1
de0306c275 -replaced 3 snprintf in code with strncpy, saves a little
bit time maybe, main reason is that its a more proper way ;)
2012-05-03 18:54:16 +00:00
yardape8000
f3ee24fe65 Merged common game and channel IOS loading code. 2012-05-03 04:55:09 +00:00
yardape8000
cac7aa5fa5 Added Help file to the about info.
Max length is 4095
wiiflow/help/{language}.txt
defaults to:
wiiflow/help/english.txt

A basic help file is included.  It does not contain all info yet.
2012-05-03 02:47:36 +00:00
yardape8000
40f3a44fef - Add uDraw icons to game info screen
- Clear old game info so it does not show for games without any gameTDB info.
- Only allow Update to show if not in parental lock mode.
2012-05-03 01:34:56 +00:00
overjoy.psm
1cb8a493d9 * Enabled nand extract features for full nand and game saves
* Made nand emulation kind of noob prove
* Wiiflow will search for a valid FAT32 partition if nand emu is enabled, but no partition is selected
* Wiiflow will now offer to extract the nand if nand emu is enabled, and no nand for nand emulation is available
* Wiiflow will now offer to extract a game save if nand emulation is enabled, a save is found on real nand and no save is found on emu nand.cpp
* Illegal chars for FAT are now escaped the 'd2x' way in the nand file extractor

TODO:

* Add nand extract functions to game config menu's
* Add feature to flash a save back to real nand
2012-05-02 23:08:11 +00:00
fix94.1
afc24fa9c5 -100% better looking auto IOS selection code, also fixed
a small bug in it which might cause some error in wiiflow
2012-05-02 17:09:22 +00:00
fix94.1
eb0b3e68de -added force progressive patch to dml games, just set
the game to PAL480p/NTSC480p to enable it, only works
with dml v1.3 or newer.
2012-05-02 16:08:22 +00:00
fix94.1
068d45dbf6 -added possibility to select the cover folder in
emulator coverflow, for example in the fceugx.ini
set "coverFolder=fceugx", then wiiflow will look
into "wiiflow/boxcovers/fceugx" for covers instead
of "wiiflow/boxcovers", same goes for "wiiflow/covers"
2012-05-01 13:30:16 +00:00
fix94.1
f75ac72826 -reverted changes of r282 again since categories working
now with emulator coverflow
2012-05-01 12:32:14 +00:00
fledge68
250bd63781 - fixed categories for emu mode. backup categories.ini just in case. 2012-04-30 21:34:51 +00:00
fledge68
f062eff356 - fixed categories page button
- changed d-pad left from homebrew to emu
- disabled categories for emu mode for now to keep categories.ini from getting messed up
2012-04-30 12:38:35 +00:00
fix94.1
61d8ae8c69 -added sort by plugin magic, just press b and plus to
change until you come to by plugin magic, then it should
be sorted by emulator if in emulator coverflow
2012-04-29 20:24:40 +00:00
fix94.1
2a7489a216 -set back rumble to wiiflow.ini, just set the "rumble" option
to "no" in it for disable, "yes" to enable (enabled by default)
2012-04-29 18:44:13 +00:00
fix94.1
3a3519f267 -added gecko output writing to sd card, enable
"sd_write_log" in the wiiflow.ini or in the gecko.c,
file will be called "wiiflow.log", you'll find it on
sd card root
2012-04-29 15:42:35 +00:00
fix94.1
c68873071d -fixed really stupid bug which didnt enabled nand emu
if pressed b on the emulator coverflow icon
2012-04-29 12:51:16 +00:00
fix94.1
7bf6961ae3 -changed some small thing to plugin loading again 2012-04-28 09:57:29 +00:00
fix94.1
2d6a737bc6 -re-added cover loading in game view
-increased priority of game banner sound thread to prevent
crashing
2012-04-27 19:05:38 +00:00
fix94.1
f5407363fc -using miigotus new coverflow loader (thanks) its
way faster than the current one
-set down cover buffer from 120 (thats insane and just
fills up memory) down to 20, thats enough
2012-04-27 18:12:10 +00:00
fix94.1
78a85f827b -for emu covers still using extension, its more safe
-compiled libcustomext2fs, libcustomfat, libcustomntfs,
libmodplay and libwiiuse with new devkitppc r26 (needs testing)
2012-04-27 04:57:18 +00:00
fix94.1
fe887eb0ff -displaying game name without extension in emulator coverflow
now, covers now also dont need extension anymore
2012-04-26 18:43:05 +00:00
fix94.1
fc266e0fe1 -made launching retail gamecube discs possible with
next dml versions (thanks crediar)
2012-04-26 17:35:13 +00:00
fix94.1
e4df9ddf82 -added support for gc games extracted with crediars new
tool GCReEx for DML v1.0
-changed small thing about plugin loading in code
2012-04-21 17:15:35 +00:00
fix94.1
ac5ffef989 -fixed problem that wiiflow didnt find scummvm
games which were on usb
2012-04-16 04:58:17 +00:00
fledge68
565ffb0b86 - Added ability to modify emuflow and brewflow under 'Adjust Coverflow' using Mugoto's code.
- Have disabled '1' & '2' mode switching while in emu mode and homebrew mode so emuflow and brewflow have only one mode and coverflow has 15 still. 
I'll leave it up to Fix94 how many modes he wants each view to have. Fix94 you may want to tweak and fine tune this - it's just a temp solution for now.
2012-04-15 13:47:42 +00:00
fix94.1
37b6ebbc26 -added new option for plugins, "ReturnLoader", if
enabled it will use the WiiFlowLoader.dol
(http://www.mediafire.com/?lcvlra9vco8a91j)
in the plugins dir to return to wiiflow 
(needed for some emus)
2012-04-14 19:43:37 +00:00
fix94.1
3967b7b3c8 -fixed bug that emulators didnt return to wiiflow 2012-04-13 10:32:32 +00:00
fix94.1
b2cef2a34e -added scummvm ini parser, that means if scummvm plugin
detected, wiiflow will scan the scummvm.ini for games
2012-04-11 22:01:41 +00:00
fix94.1
fc1c81d601 -added possibility to use own banner sounds for plugins, the
names just need to be added to the ini, see for example here:
http://www.mediafire.com/?o1oxfw8c7icp753
2012-04-10 17:12:38 +00:00
fix94.1
b4ca1536b5 -added cache support for emulator coverflow,
should speed up loading alot
2012-04-10 13:37:57 +00:00
fix94.1
72a7106fad -added dynamic emulator plugin support, wiiflow will now read the emulator
dol name, rom path and everything else needed from a ini in the wiiflow/plugins
folder, see http://www.mediafire.com/?kj6dalp2ly3y35j for the currently 4
emulator mod inis.
2012-04-09 23:19:08 +00:00
fledge68
f937fb5092 -added missing check boxes (hopefully) 2012-04-09 13:07:01 +00:00
fix94.1
09a929a85c -made return to wiiflow from emulator faster and safer, no more codedumps
should come anymore
2012-04-08 22:05:37 +00:00
fix94.1
f4fd3598d0 -fixed small boot error for emulators 2012-04-08 21:07:36 +00:00
fix94.1
3092a1aa2a -added basic emulator support into a new coverflow view, "EMULATOR", you can disable it via wiiflow.ini see
"http://gbatemp.net/topic/204106-wiiflow-an-open-source-gui-usb-loader/page__view__findpost__p__4176145"
for the nes, snes and gb,gbc and gba emulator mod needed for it. The games are read from the default
path of the emulators, that would be "fceugx/roms" for nes for example. To display the games, place the
emulator dol from the link above into wiiflow/plugins.
-using miigotus way for homebrew and emulator coverflow now, thanks for that, makes things shorter
2012-04-08 15:54:34 +00:00
fledge68
c97818c8aa - Categories Update. re-added numcategories so you can have less than 20 categories if you want. re-added categories per view (usb, dml,channels, brew,etc..). added press 'B' on fav icon on game selected screen to go directly to game categories just like pressing 'B' on fav icon on main menu. moved 'All' button to lower left. replaced on and off buttons with check boxes - don't worry I already compressed them and they only add 4k to WiiFlow. And a few other minor changes. 2012-04-08 14:48:50 +00:00
overjoy.psm
3153ef3d2e Build for main svn r428
* 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%
2012-04-05 11:00:05 +00:00
fix94.1
9607e68ef2 -fixed cache not reloading after copying gamecube game
from usb to sd
2012-04-04 12:22:01 +00:00
fix94.1
afd9718382 -fixed wrong copy message displayed (wbfsop10)
-updated english.ini
-updated german.ini
2012-04-03 16:00:39 +00:00
fix94.1
45350b8b71 -fixed bug which tried to launch a dml game from sd card
even if the copy process failed because of not enough space
on it (resulted in black screen then)
2012-04-03 15:49:52 +00:00
fix94.1
8ed9ea593d -changed internal update changelog display, should be
scrollable now and fit the text completely
2012-03-31 22:18:09 +00:00
fix94.1
3b105916a6 -set DML to not touch video mode again since its not needed
-only set progressive flag for DML if component cable found and
480p is enabled or if video mode set to force progressive
2012-03-30 12:53:10 +00:00
fledge68
c3e21c2698 -Categories Page update. Now you can have 20 categories and select to view more than one category at a time. Plus if Wiiflow finds old 12 categories.ini it will update it to 20 by appending eight 0's. 2012-03-26 14:29:57 +00:00
fix94.1
aaad7c07ef No new rev from someone else the last days I see, I thought
in the time I wasnt at home some other person commits something ;)
However I'm back so lets get back to work
-added a few DML video modes, PAL60, NTSC480p, PAL480p, work with
DML r52+
-updated english.ini
-updated german.ini
2012-03-25 19:52:35 +00:00
fix94.1
8b7cf87550 -lets keep sd card inited on gamecube disc launch, not that
we have NMM installed and then cant use it because of stopped sd ;)
-changed gc launch a little bit, now also saves playcount of
gamecube disc and uses same video and language options 
for gamecube discs as for dml
2012-03-19 18:08:48 +00:00
fledge68
8d11ae4c1d -added new b_lr_mode option in wiiflow.ini under [GENERAL] for B+L/R.
yes = B+L/R change pages & +/- change songs
no(default) = B+L/R change songs & +/- change pages
2012-03-19 13:14:49 +00:00
entropy
524aee0893 Fix Issue 27: "When in 'channel view' and wiiflow is locked the wrong
icon is displayed".  Thanks for the report.
2012-03-18 23:50:04 +00:00
fix94.1
137256fc70 -changed and cleaned up GC disc booting, should be faster
now
-updated german.ini
-updated italian.ini (thanks xFede)
2012-03-18 13:29:17 +00:00
fix94.1
d9c9273e90 -deleting boot.dol backup file if wiiflow update was
successful
2012-03-17 23:14:07 +00:00
overjoy.psm
64773f440c * Some changes and fixes for temp region nand emulation feature 2012-03-17 22:30:16 +00:00
fix94.1
f2355ba238 -made internal update feature working again, wiiflow
needs to be in "apps/wiiflow" for it to work
2012-03-17 20:25:17 +00:00
fix94.1
21e3012ca1 -added per game option to set no dvd patch, because not
all games work fine with it in the current state
-fixed problem that nmm sometimes was always enabled
-updated english.ini
-updated german.ini
2012-03-17 16:52:17 +00:00
fix94.1
b4557e9f45 -only do something with the disc drive on DML game launch
if the no disc patch is disabled
2012-03-17 14:47:08 +00:00
fix94.1
29ae0f2718 -changed DML game launching, it's a bit faster now 2012-03-17 13:56:49 +00:00
fix94.1
88aea82b45 -added new option in DML section in wiiflow.ini,
no_disc_patch, its enabled by default, that means
you don't need to have a disc inserted anymore when
playing gamecube games (requires dml r55 or later to work)
(per game option will follow)
2012-03-16 21:36:49 +00:00
overjoy.psm
a6709f71cf * setting.txt and SYSCONF for temp region nand emulation are now readed from nand (not written to)
* It will now create the path to setting.txt and SYSCONF if they don't exist
* It will now create setting.txt and SYSCONF if they don't exist
2012-03-14 21:09:29 +00:00
overjoy.psm
99f3e035c4 * Added new nand emulation feature:
With this feature it's possible to temp change the region of your Wii console. This makes it possible to play those one region only games that wouldn't play on other region consoles. 

Some games that work now are for example:

The Amazing Race (didn't play on PAL consoles)
Hollywood Squares (didn't play on PAL consoles)
Arthur and the Revenge of Maltazard (didn't play on NTSC consoles)

The feature is now working for Wii games if FULL nand emulation is enabled. The Regionswitch only emulation mode is written for and will only work with a yet unreleased feature of davebaol's d2x cIOS

* Updated english.ini
* Updated dutch.ini

Other languages have to change also again :P
2012-03-12 23:57:59 +00:00
fix94.1
b686ac1540 -added per game option for NMM (not enough space for
a global option, so if set to default it will use the
setting from wiiflow.ini called dml_nmm in DML section,
0 means disabled, 1 means enabled and 2 means debug)
-nand emu is now for sure compatible with d2x v9+ :P
-updated english.ini
-updated frensh.ini (thanks Jiiwah), italian.ini (thanks
xFede) and japanese.ini (thanks hosigumayuugi)
(3 language updates don't contain new NMM options)
2012-03-12 16:14:56 +00:00
fix94.1
c87c2f8048 -we should only use cheats in dml if we have set
cheats to enabled ;)
2012-03-11 19:59:15 +00:00
fix94.1
f10550a11d -only enabling nand emu if we really need it
-cleaned up and corrected dml launch code, cheats
now should work fine in all cases in gamecube games
2012-03-11 19:47:24 +00:00
fix94.1
7b85928088 -stopping gamecube game sound before launching it
to save a bit time and may prevent stupid not stopping
loading times
2012-03-11 16:04:33 +00:00
fix94.1
592e22951f -if a gamecube game is found in the wbfs folder,
it will be displayed in regular wii coverflow and
it's also possible to launch it as in dml coverflow
2012-03-10 22:07:06 +00:00
fix94.1
b256cd9214 -added possibility to cheat in gc games when using DML
older than r52 (it will always copy the gct file into
the gc game folder on sd for this, and the dml version
must be compiled to use cheats)
2012-03-10 21:00:58 +00:00
fix94.1
9d128ce879 -if debugger Gecko is selected in gc game settings,
DML debug mode will be enabled
-added ini option to enable NMM for DML (option
per game and global in wiiflow will follow later)
2012-03-10 20:31:45 +00:00
fix94.1
64f796494d -if cheat gct file is on usb and trying to launch a
gc game with this gct file it auto copy the file into 
the games folder of this game on sd card
2012-03-10 19:47:34 +00:00
fix94.1
c1bfa9195b -fixed incorrect url which was displayed if no cheat
file found
-added possibility to cheat in gamecube games, currently
wiiflow gct cheats folder needs to be on sd card for this,
otherwise DML cant find them
2012-03-10 19:02:59 +00:00
fix94.1
7633ac55c2 -now no boot.bin needs to be created to launch a gamecube
game (better for the sd card), requires DML r52 or newer 
to work properly
-added new option in [DML] section, "dml_r52+", you
can set it to no if have a older DML version or want
to use the old boot.bin method instead to launch a gc game
2012-03-10 16:54:57 +00:00
overjoy.psm
bf39d8e26a * The second disc of a Gamecube game that comes with two discs is now marked as "disc 2" in coverflow
* The GC Ex Dumper will now wait after the first read error so the user can eject the disc to clean it
* Added a check to the GC Ex Dumper that sees if the disc is ejected by accident
* Fixed free block/size calculation for GC Ex Dumper
* Fixed some thread messages
* Again some code cleanup and minor fixes
* Updated dutch.ini
* Updated english.ini

NOTE: The GC Ex dumper will only wait after the first read error. If the disc still contains errors after it's cleaned the dumper will stop the process or continue and lose the unreadable data in "skip on error" mode
2012-03-09 02:47:41 +00:00
fix94.1
e57c20e5d9 -changed a few things about addition from r183 again,
now it should work better, please also make sure you
delete the wiiflow/cache folder before trying this rev.
2012-03-08 12:25:39 +00:00
fix94.1
63dbed3f68 -changed a few things about the addition in r183 again, if
you want to have the gamecube games in the usb folder
"ngc" you now also just need to set the ini to "ngc",
no need for "%s:/ngc" anymore (thanks r-win for few tips)
2012-03-07 21:03:27 +00:00
overjoy.psm
5ff5952db3 GC Ex Dumper:
* Fixed progress bar for games that come with 2 discs
* Dumper now uses a much smaller buffer when "skip on error" mode is on
* Added __WaitForDisc function to cleanup a lot of code
* Cleaned up some more
2012-03-07 02:05:57 +00:00
fix94.1
9472bd3d59 -added possibility to use another folder for
gamecube games on usb, its a new config entry
in DML section, dir_usb_games, default is the
"games" folder. If you want for example "ngc",
change the value to "%s:/ngc". (issue 19)
2012-03-06 21:04:23 +00:00
fix94.1
2247728e6a -changed a few things about wait message and
game sound thread checks, hopefully fixes a
few random freezes or not stopping loading
2012-03-06 13:53:25 +00:00
fledge68
1fb7628da7 -fix for issue 21. simply swapped + and - with B+L/R. Now + and - change song and B+L/R search by page 2012-03-05 17:46:16 +00:00
fix94.1
26dd47f612 -fixed stupid bug which made it possible
to select a wbfs partition in settings when
in DML coverflow
-updated usb->sd copy, now displays the
progress of the whole folder not just per
file
2012-03-05 17:27:45 +00:00
fix94.1
d0840c4ecb -added another case to see if usb game is
already installed on sd
-fixed some really stupid error from previous
rev which said game is not on sd card
(I should always test before commit...)
2012-03-05 10:01:07 +00:00
fix94.1
b23d86b5bc -added more accurate progress bar for copy
gc game from usb to sd
-made the gc disc installer progress bar more
accurate too ;)
-deleting a gamecube game will now delete all
files found in the directory, more accurate lol
2012-03-05 09:48:13 +00:00
fix94.1
83b8c5dcf7 -added DML global options to set language and
video mode for all games, per game is still
possible to set
-updated english.ini with new strings
2012-03-04 21:33:14 +00:00
fix94.1
5aef0bed27 -set compressed dump and write ex files to yes
by default
-updated and cleaned up gamecube disc dumper, in
compressed mode it now shows the percentage of how
much wrote in size instead of the files wrote, this
avoids confusion why it freeze at some % and is more
accurate
2012-03-04 13:22:36 +00:00
fix94.1
fcf9d344f7 -updated dml usb to sd installer, should
be faster now thanks to threaded copy by
stfour, also fixed codedumps when copying
from ntfs to sd, everything should work now
2012-03-03 17:16:11 +00:00
fix94.1
5e18be6598 -added wiimote image for 6 player games 2012-03-03 14:32:14 +00:00
fix94.1
935a18e217 -we should reload cache if game was deleted 2012-03-02 18:29:55 +00:00
fix94.1
f557b7241e -fixed codedump when trying to install or copy
gamecube games to partitions without games folder
on it, dumping to ntfs was not broken it just havent
created the folder properly :)
2012-03-02 17:45:08 +00:00
fix94.1
152bde2c36 -size calculation of gamecube dumper should be
more accurate now
-changed another path limit from 64 to 1024,
to prevent errors when trying to install gamecube
games from usb to sd with long name
2012-03-01 19:36:17 +00:00
fledge68
151eca94a2 - last theme layout fix that I missed way back in r101 2012-03-01 16:13:24 +00:00
fledge68
ef879da2d1 -fix for r162 d-pad view switching. Works fine for me but if anyone still has problems just go back to the r121 way. 2012-03-01 13:33:32 +00:00
fix94.1
8a475cc7d3 -we shouldnt limit path length to 64, using
the max fat path is better and fixes some
codedumps when installing games with longer name
2012-02-29 18:11:35 +00:00
fix94.1
489a2138e6 -changes about r162, the idea was good but
reloading view even if its loaded is ok, not
that it breaks things like moving around for me
-increased gamecube dumper read buffer to 1mb like
cleanrip has, thanks emu_kidid for confirming its 
faster :)
2012-02-29 14:07:18 +00:00
overjoy.psm
c8ca36600d Again some dumper changes:
* It's now possible to dump games that come with 2 discs
* Added messenger callback to interact with the thread message

Todo:

* Cleanup the code
2012-02-29 00:19:50 +00:00
fix94.1
fa1852bfa9 -if gamecube game is found on sd card and you
launch it from usb, it will automatically launch
it on sd card without copying it again
2012-02-28 20:45:47 +00:00
fix94.1
f82fdc0e50 -updated english.ini for translators
-fixed really stupid error which broke gc
disc dumping, also modified it a bit again
-cleaned up the copy menu a bit
2012-02-28 18:44:41 +00:00
fledge68
5b203f8252 -small fixes for using d-pad to switch views. Game covers no longer move when changing view and view only loads if its enabled and different than current view. 2012-02-28 17:52:59 +00:00
fix94.1
f1d0386b3c -DML view now can see games on usb too
-added possibility to copy gamecube games from
usb to sd card, after copy process game will be 
started (copy takes 5-10 minutes) (issue 12)
-added possibility to install gamecube games
to usb fat partitions
-fixed game name not displayed in delete game dialog
-changed naming scheme of partition name in top-right
corner in coverflow, now looks like DML [USB1], name
depends on view
2012-02-27 16:05:10 +00:00
fix94.1
fa7da0a437 -updated gamecube game installer,
images now got the same md5 as the one
compressed with discex, compresion
without force 32k align works fine too now
2012-02-26 15:03:54 +00:00
fix94.1
714047d220 -added better check if DML game is already
installed
-added possibility to delete DML game
2012-02-25 22:34:52 +00:00
fix94.1
cb478c4dd3 -updated gamecube dumper again, enabled
32k align by default now, compression without 
32k still doesnt work properly
-fixed stupid bug which may deletes all your
games when deleting one game (thanks Miigotu)
-reverted video change of r154 for now
2012-02-25 18:27:11 +00:00
fix94.1
4d9cba851c -completely disabled CheckWaitThread now since it only makes problems
-changed version naming scheme, looks like "WiiFlow (Mod 3.0-r154)" with this version
2012-02-23 17:14:42 +00:00
fix94.1
62e74cd771 -fixed broken background music 2012-02-21 20:33:38 +00:00
entropy
af423ce6ad Bug fix: index for EXIT_TO_DISABLE changed, correct hard-coded value 2012-02-20 20:50:15 +00:00
fix94.1
358c3fa298 -updated wiiflow to use new libwiiuse only 2012-02-20 18:04:40 +00:00
fix94.1
135b180264 -using way easier way to see if DML is installed
(thanks crediar for pointing out a for loop is more intelligent)
2012-02-20 15:44:31 +00:00
overjoy.psm
af589b404e * Updated DML Ex Gamecube disc dumper:
- Added retry on read errors
  - Added skipping on read errors 
  - Added pos to compress data
  - Added pos to align all files by 32k
  - Dumper will now only dump game.iso on default
  - Now using drivebay led to show disc reading activity
  - Now checking if game already exists before dumping it

Configuration of the dumper:

Set the following vars in wiiflow.ini (domain: DML) to config the dumper:

- skip_on_error=yes/no to enable/disable error skipping (default = no)
- compressed_dump=yes/no to enable/disable compressed dumping (default = no)
- write_ex_files=yes/no write ex files yes/no (default = no)
- align_files=yes/no to align all by 32k yes/no (default = no)
- num_retries=# were # = the amount of read retries the dumper should perform before it marks the block as bad on read errors
2012-02-20 08:26:50 +00:00
fix94.1
91f65acfdd -stopping dvd motor before launching dml
(makes sure dml doesnt init drive on launch)
2012-02-19 13:00:40 +00:00
fix94.1
1ed15e5e30 -fixed wrong banner sound playing for sure now :P (issue 7)
-updated french.ini
2012-02-18 23:04:15 +00:00
fix94.1
ab07319073 -added two missing sd card inits in DML (fixed saving) and
in nand emu (fixes launching from sd card) (thanks CaseyOmah
for the information)
-added small welcome message in debug output ;)
2012-02-18 15:29:22 +00:00
fix94.1
9fcc0f4d35 -changed gamercard section, will now write dutag and
wiinertag in ini by default, other tags can be added in 
the same naming scheme
-fixed and added some debug prints
2012-02-18 13:51:55 +00:00
fledge68
3c9e16c35e -parental lock fixes 2012-02-18 04:59:01 +00:00
fix94.1
2a0a2a3303 -fixed crash in channel view introduced in r134 2012-02-17 23:14:00 +00:00
fix94.1
bb9dbea535 -fixed covers were not refreshing bug introduced in r134
(issue 7 is back again, I was sure it worked)
2012-02-17 22:46:36 +00:00
fix94.1
ff0e302043 -zzzZZZzz left memory usage display enabled 2012-02-17 21:45:30 +00:00
fix94.1
7905a0a9b0 -fixed freeze when switching through game views
-fixed wrong banner sound played (issue 7)
2012-02-17 21:40:38 +00:00
fix94.1
05c007582d -set up coverflow views limit from 8 to 15
-removed about_5 from translation ini
-updated english.ini, german.ini and italian.ini
2012-02-17 18:51:03 +00:00
fix94.1
fb6cef0f77 -re-added deleted textures from r122 since they are
still used (some things were not working properly without)
2012-02-17 16:46:05 +00:00
fix94.1
81e0009e67 -added gamecube game sound (playing gc startup sound)
-updated spanish.ini
2012-02-17 14:45:59 +00:00
overjoy.psm
d611849d6f * Added DML Ex GC disc dumper. This makes it possible to install GC discs and dump them straight into DML Ex format
* Fixed gc_discHdr struct
* Updated aiff decoder to dimok's code (Thnx)

Todo for GC disc dumper:
* Add retry on read error
* Add skip on read error pos
* Add some more checks
2012-02-17 02:35:42 +00:00
fix94.1
8816c91fa1 -minor change in language 2012-02-16 21:08:43 +00:00
fix94.1
8c3aacc8a6 -fixed returning to global options if pressed b in
cover download settings instead of cover menu
2012-02-16 19:19:45 +00:00
fix94.1
7575c33e07 -fixed wii game launching from sd card (excite truck doesnt work from sd) 2012-02-16 17:51:49 +00:00
Drexyl950
e6b87d575a * Added country flags to cover language selection
Theme's use texture_normal= and texture_selected= (ie Favorites button)
2012-02-15 20:18:15 +00:00
fix94.1
12ac3405ac -using the dpad_mode without pressing A, just select switch symbol
and press the direction on dpad
2012-02-15 17:57:34 +00:00
fix94.1
fe107171e9 -we should use holding down dpad instead of pressing for a better timing ;) 2012-02-14 20:20:38 +00:00
fix94.1
575c595828 -changed DOWNLOAD/COVERSSET_LBL to DOWNLOAD/COVERSSET to keep
the general button naming
2012-02-14 16:23:39 +00:00
fix94.1
afa67f66b7 -added new option in [GENERAL] dpad_mode to enable coverflow
switching with holding UP for USB, LEFT for homebrew, RIGHT 
for channels and DOWN for DML, if no button is pressed or the
option is not set, it will just use the default coverflow switching
2012-02-14 15:02:51 +00:00
fix94.1
abd7956bb8 -changed switch order to wii -> gc > channels > homebrew (issue 13) 2012-02-13 17:09:26 +00:00
overjoy.psm
128254c489 * Fixed label "Genre" in game info. It should now always the show right genre (issue 10) 2012-02-13 00:22:56 +00:00
overjoy.psm
add47e2961 * Another small fix (Thnx Kovani) 2012-02-12 11:18:31 +00:00
overjoy.psm
5ba8150163 * Small fix for download menu 2012-02-12 10:56:18 +00:00
overjoy.psm
14f4bdbf84 * Added various options for downloading covers:
*Download order:
  - Original only     = Box -> Flat
  - Original/Original = Box -> Flat -> Alt box -> Alt flat
  - Original/Custom   = Box -> Alt box -> Flat -> Alt flat
  - Custom/Original   = Alt box -> Box -> Alt flat -> Flat
  - Custom/Custom     = Alt box -> Alt flat -> Box -> Flat
  - Custom only       = Alt box -> Alt flat
  *It's now possible to download covers from a different language or region as set in the language string and you can select what languages or regions to check (Working, but unfinished)
* Added a check for GameTDB if an alternate or custom cover is available
* Fixed GameTDB code for getting the casecolor
* Gamecube is now also included in GameTDB (Thanks lustar)
* Reverted Catagories selection menu.cpp
* And probably some things i forget to list
2012-02-12 01:43:31 +00:00
fedeanto11
28b476f8f9 * Fixed a typo -> "Sytem Menu" 2012-02-11 21:28:53 +00:00
fix94.1
380b35aebf -added new option in [DML] section, always_show_button to
give possibility to enter DML coverflow view even if 
DML is not present
2012-02-11 20:36:31 +00:00
fix94.1
3718e76bdc -added possibility to add gamecube games to gamertag
-gamecube launch cleanup
2012-02-11 13:05:18 +00:00
fix94.1
1caf757ef9 -added new default option for exit to which just boots the system menu
without the priiloader magic word for system menu set to use priiloader 
default option
2012-02-11 12:03:46 +00:00
fledge68
431c84f75c -various menu and font fixes
-fixed TITLEFONT display
-fixed TEXTFONT display
-fixed various button animations and sizes
2012-02-10 18:45:42 +00:00
fix94.1
a11b5412c8 -fixed small stupid typo (thanks jiiwah) 2012-02-09 17:46:26 +00:00
fledge68
a224529094 One more fix for last layout of a theme not showing correctly 2012-02-07 18:31:31 +00:00
Drexyl950
4b6891f921 * Another attempt at fixing About and Synopsis screens 2012-02-07 00:24:45 +00:00
fedeanto11
c6d08bb734 * Now it's possible download alternative covers
Set alternative_cover in GENERAL , on by default.
If the alternative it's not on the server wiiflow
will download the original one
2012-02-06 12:39:06 +00:00
Drexyl950
593c3e0362 * Fixed controller icons not being displayed on gameinfo page
* Added Wifi10 and Wifi18 icons
* Added keyboard controller icon
2012-02-06 02:31:04 +00:00
fix94.1
2aa3cca32c -fixed sync issue hopefully for more people
(we dont need to init nand emu on wiiflow boot)
2012-02-05 14:38:14 +00:00
fix94.1
27f5d760dc -we should only delete cover too if the user wants it
(set delete_cover_and_game=true in [GENERAL] if you want)
2012-02-05 14:03:51 +00:00
overjoy.psm
e90613f368 * Fixed a nice bug: If a game gets removed and is splitted it now also removes the wbf1, wbf2.... files and the folder.
* If a game gets removed it will remove the cover(s) with it
2012-02-05 00:07:07 +00:00
fix94.1
1218528c53 -fixed synopsis and menu_about displaying (hopefully just a temp solution) 2012-02-04 22:12:07 +00:00
fix94.1
b8208dfb9f -added fledge68 to thanks list, his changes:
-fixed last theme layout not showing correctly
-fixed display color in menu_wbfs for themes
-fixed synopsis only displays right the first time
2012-02-04 21:45:51 +00:00
fedeanto11
5cfe1c11b5 * Added alternative cover download if original is not on server ( a option for choose original/alternative will be better though )
* Added some missing frees
* Other littles changes
2012-02-03 22:38:00 +00:00
overjoy.psm
28d10bbcdc * Fixed cache updates for each view when the language is changed 2012-02-03 03:00:13 +00:00
overjoy.psm
69c1094891 * DML Game config menu was missing a button 2012-02-02 23:51:19 +00:00
overjoy.psm
6ccf8693b5 * +Some missing stuff 2012-02-02 23:35:05 +00:00
fix94.1
8cd027b036 -using wii language translations for gamecube language options 2012-02-02 22:37:21 +00:00
fix94.1
27d47ee337 -added option to set DML game lanugage, gamecube games will now use the language of the wii 2012-02-02 22:22:46 +00:00
fix94.1
e8ee7548a6 -fixed network init issue for (hopefully) everyone 2012-02-02 11:18:09 +00:00
fix94.1
468f678ac2 -sync with wiiflow r418 2012-02-01 22:26:51 +00:00
fix94.1
86ebc3d4f3 -added option to disable channel coverflow mode (hidechannel) in GENERAL section in ini 2012-02-01 20:44:40 +00:00
fix94.1
1a306fb2ed -only opening game info menu if gametdb is present 2012-02-01 17:52:01 +00:00
overjoy.psm
739d7892b3 * Pressing 'B' on 'config button' will now force a cache update for current view
* Added missing break;'s in UpdateCache function (menu.cpp)
* Added missing stuff for DML update
2012-01-31 23:44:54 +00:00
fix94.1
ee9d70f9e2 - 2012-01-31 22:55:59 +00:00
fix94.1
895101a6a4 -fixed cover download crash if no {loc} is in url_full_covers 2012-01-31 19:27:34 +00:00
overjoy.psm
7b82175d66 * Damn merged commits 2012-01-30 14:55:02 +00:00
overjoy.psm
2505616944 * (Hopefully) fixed crash in WaitMessage
* (Hopefully) fixed Fanart issues
* Added a way to show mem through gecko
2012-01-30 14:29:40 +00:00
fix94.1
9e5d3f1f1f -changed "cfgg28" to "custom" (we should prevent double values) 2012-01-30 12:21:17 +00:00
entropy
adad4e7f52 Add a game config button (cfgg28) to toggle "custom" setting of channels 2012-01-30 05:25:56 +00:00
overjoy.psm
016f965af0 * Placed initialization of cache behind initialization of language. 2012-01-29 23:55:49 +00:00
entropy
85854d0bf2 More cache overrides at startup, plus related debugging gprintfs 2012-01-29 23:11:43 +00:00
fix94.1
9daaa1365c -fixed gamecube boot from disc introduced in r36 2012-01-29 21:40:28 +00:00
fix94.1
2f4d8129aa -reverted language detection for gametdb from r42 2012-01-29 20:59:25 +00:00
fix94.1
8e5e204100 -fixed herpderp mistake in individual save emulation setting 2012-01-29 19:53:36 +00:00
fix94.1
cd9678052d -added global save emulation/nand emulation mode (very dirty, completely untested and not finished :P) 2012-01-29 19:28:31 +00:00
fix94.1
b38b0ae5a7 -added a "selected" png for homebrew
-compressed pngs even more and also added tools and a batch file to "resources" folder
2012-01-29 12:30:04 +00:00
entropy
1583e55de6 Add option "update_cache" in GENERAL section, to force cache update at startup 2012-01-29 04:25:45 +00:00
fix94.1
713d8f5616 -(hopefully) fixed wrong titles displayed when updating gametdb which sometimes happens
-changed language detection for gametdb (still not complete)
2012-01-28 22:50:00 +00:00
overjoy.psm
a9486b79bf * Moved check for DML to top of the initialization to ensure the check is done on real nand 2012-01-28 20:09:34 +00:00
overjoy.psm
74450fba18 * Added a simpel check to find out if installed MIOS is unpatched, cMIOS or DML and it should be able to recognize most of them.
* DML Coverview is now disabled  if the MIOS found isn't recognized as DML
* DML game subfolder naming convention may now change to 'Game Name' for example. No need to keep this as GameID anymore
* Current_item config option is now saved while launching DML GC games
* Playcount & Lastplayed options are now saved for DML GC games
2012-01-28 08:40:19 +00:00
fix94.1
95a49ea97c -set "partition" option for emu nand to 0 (SD) by default to prevent crashes 2012-01-27 22:28:47 +00:00
fix94.1
cc76da97e1 -fixed nand emulation partition set for d2x v8 properly now
-wasted 3 hours finding this stupid bug
2012-01-27 19:38:52 +00:00
fix94.1
8c18d1fa3c -changed some really stupid bool for d2x v8 2012-01-27 15:59:19 +00:00
fix94.1
c921214cc4 -added force aspect ratio patch from usb loader gx (thanks dimok for permission) 2012-01-27 13:59:36 +00:00
fix94.1
a04569d401 -zzzZZzz forgot to make IOS reload option translatable (cfgg26) 2012-01-27 12:26:53 +00:00
fix94.1
aa5c1acba5 -added option to disable IOS reload block for wii games and channels 2012-01-27 11:43:31 +00:00
fix94.1
0dac7f7b27 -made "Password incorrect." translatable (cfgg25) 2012-01-26 21:22:16 +00:00
entropy
27937a43bd Allow display of homebrew while parental controls are enabled, if option "parental" is set in homebrew section of wiiflow.ini 2012-01-25 01:11:02 +00:00
overjoy.psm
6e4f75359b * Fixed cache (again)
* Fixed GameTDB 
* Fixed cover colors the right way
* Added GameTDB support to Gamecube game headers
* Fixed a bug were gameconfig in COVERFLOW_USB only showed 1 config page after gameconfig in COVERFLOW_DML was entered
* Fixed text label for Video modus in DML gameconfig
* Some other minor bug fixes, cleanups and changes to gain more stability

NOTE: However FIX94 reverted some changes they shouldn't make you can see most changes I made for now are minor changes. I'll have to check more, but so far great job guys!
2012-01-25 00:11:28 +00:00
fix94.1
08d5f5cd1f -reverted some of xfede's changes to make it compiling again until he fixes everything
-cleaned up a bit
2012-01-23 21:46:37 +00:00
fix94.1
a01941ff5e -Savegame Emulation can now be set to Default, Partial and Full for each game in the game settings
-Temporary hiding the USB Saves Emulation option from global settings (will remove it later on)
2012-01-23 21:15:14 +00:00
fedeanto11
7d07abdb16 - Fixed a screen issue in menu_about
- Now wiiflow download "US" covers correctly
- A lot of little changes and code clean up (like update GameTDB -> dimok )
2012-01-23 21:09:03 +00:00
fix94.1
c93a673b6a -if we already force DML to SD why don't display "DML" instead of "SD" ;) 2012-01-23 17:49:32 +00:00
fix94.1
311ab42ed4 -Cleaned up GC and DML booting process
-Setting GC retail disc audio streaming properly now (no need for two drive inits)
2012-01-23 15:57:30 +00:00
entropy
c1605da6bf Restore code to hide game adult toggle and game settings button while parental controls enabled 2012-01-22 22:31:58 +00:00
fix94.1
181459a870 -added VERY rough solution for retail gamecube games with audio streaming, dvd drive will init twice 2012-01-22 22:03:30 +00:00
entropy
009c98909d Show an error message when parental unlock password is entered incorrectly. 2012-01-22 17:35:09 +00:00
fix94.1
8d432c1dc5 -slightly changed GC disc and DML launching, gc retail discs with audio streaming doesn't work for some reason, trying to find out why 2012-01-22 12:47:55 +00:00
fix94.1
f6c23a67ee -got a bit sleep
-force video mode works now for sure ;)
-fixed booting gamecube retail games video mode
-re-added parent control for gamecube games
2012-01-22 12:00:32 +00:00
entropy
0afba30306 Use homebrew icon.png to make rough but serviceable homebrew covers 2012-01-22 04:23:45 +00:00
fix94.1
59d2dc53b0 -forcing video mode should REALLY work now 2012-01-22 00:42:44 +00:00
fix94.1
0d4660f2e0 -fixed wii game covers on wbfs partition, should be white too now by default
-(hopefully) fixed wiimote sync issue (thanks xfede)
-added new option to force DML video mode
-removed some unused code from early tests ;)
2012-01-22 00:10:20 +00:00
fix94.1
afdd19e591 wiiflow r417 mod5, changes:
r417 -> r417mod
-Added very basic DML support (many thanks to the postloader code)
-Re-added IOS reload
-Added cIOS base 60, 70 and 80 as compatible ones for d2x v8+

r417mod -> r417mod2
-Fixed NTSC video mode

r417mod2 -> r417mod3
-Fixed black wii game covers if no WiiTDB file exist, forcing to white now
-Set default gamecube game cover to black
-Added DML icon
-Compressed all PNG files to save space
-May fixed codedump if IOS58 games started from DVD (thanks entropy)
-Allowing access to the homebrew screen while parental controls are enabled (thanks entropy)
-Disable cover downloads while parental controls are enabled (thanks entropy)

r417mod3 -> r417mod4
-fixed DML audio streaming if NAND emulator was enabled before
-removed DVD boot from DML launch, makes boot process way faster (still needs a disc inserted)
-Added base IOS58 to DVD launch list, may really fixes IOS58 games from DVD :P

r417mod4 -> r417mod5
-added yellow covers for "Mario & Sonic at the London 2012 Olympic Games" PAL and NTSC-U
-fixed black covers for "Pandora’s Tower: Until I Return to Your Side" and "Ikenie no Yoru" NTSC-J
-removed some options in DML coverflow because they doesnt work
-fixed global options in DML coverflow
-fixed gametdb titles and synopsis (see http://gbatemp.net/topic/204106-wiiflow-an-open-source-gui-usb-loader/page__st__4515__p__3950858#entry3950858)
-moved IOS selection to new page 4
2012-01-21 21:15:45 +00:00
fix94.1
82d67b6413 mirrored wiiflow r417 2012-01-21 20:57:41 +00:00