Commit Graph

231 Commits

Author SHA1 Message Date
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
5843737575 -recompiled a few libs with devkitppc r25
-fixed dumping gamecube games to ntfs, general
dumping progress is maybe a bit slower now on
all partition types (using fwrite instead of
fseek now, seems like libntfs dont like fseek)
2012-03-03 21:52:07 +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
5e3df23f76 -cleaned up and optimized gamecube disc
installer, maybe it's a bit faster now ;)
I want to thank stfour for his fileOps
which was added in r160, it makes a very
good job, without it copy game from usb to 
sd would have taken longer to add for me :)
2012-02-28 15:06:01 +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
925900a393 -fixed gamercards for sure now
-updated gamecube installer, compression+32k align works fine, just 
compression still doesnt work properly with audio streaming games
2012-02-24 21:08:24 +00:00
fix94.1
02ea975071 -fixed broken gamercards, broke in one of the laster revs 2012-02-23 19:08:34 +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
fix94.1
130949f212 -set progressive flag if component cable is found 2012-02-21 17:21:12 +00:00
fix94.1
13c5a0e906 -updated DML and GC video patch
(fixes problems with PAL games)
2012-02-21 17:01:57 +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
b84b5faae9 -lets include new wiiuse.h too ;) 2012-02-20 17:48:20 +00:00
fix94.1
4539bfbcd5 -included latest wiiuse to fix new wiimotes doesnt sync,
thanks megazig for the information :)
2012-02-20 17:45:43 +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
7a881364a0 -added NL flags instead of EU ones ;) 2012-02-19 21:44:27 +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
6a23a9f0ec -updated dutch.ini 2012-02-18 21:26:47 +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