Commit Graph

402 Commits

Author SHA1 Message Date
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
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
fix94.1
347bc6a110 -fixed small warning message when compiling (I just dont
like warning messages lol)
-changed coverflow color detection again, it's 
hopefully a bit more efficient now
2012-02-17 13:26:57 +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
6c6a57cab2 -updated english.ini (and german.ini) that translators
have a up to date template again for updating the 
translations for next official wiiflow version
2012-02-16 21:29:43 +00:00
fix94.1
8816c91fa1 -minor change in language 2012-02-16 21:08:43 +00:00
fix94.1
fa5ac0c23f -finished the coverflow cover color check for all colors now ;) 2012-02-16 19:36:50 +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
fix94.1
cd9f2675a7 -compressed new png files added in previous revision 2012-02-15 20:43:10 +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
fix94.1
1277fd0c6e -fixed sd cards doesn't work in wii games (issue 11) 2012-02-13 15:40:10 +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
08c018539d * Fixed some things in aiff decoder (Fixes banner sounds for Dragon Ball Z: Budokai Tenkaichi 3 & SSX Blur for example) 2012-02-12 19:55:37 +00:00
Drexyl950
8fb5924524 * New images for new gametdb download buttons 2012-02-12 12:33:51 +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
fix94.1
af090d536b -fixed small comment typo in disc.c
-reverted xFede's unneeded copy-paste from gx !which was even
not documented! from last rev r108
@xFede:
I said you to leave it as it is, really don't do that again
or I'll be angry, thanks.
2012-02-11 22:12:58 +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