Line 1:
Line 1:
−
これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック
+
{{Infobox homebrewapp
+
| title = Homebrew Disc Loader
+
| image =
+
| desc = Run homebrew from DVD
+
| type = Loader
+
| author = Sierradev
+
| version = 0.3
+
| download = [http://wiiki.sierradev.org/images/7/7b/Hdl_0-3.zip From the Official Website]
+
| source =
+
| website = [http://www.sierradev.org Sierradev]
+
| peripherals = {{Wiimote1}} {{DVD}}
+
| hbc = 1
+
| hbb = 1
+
}}
+
Using the '''Homebrew Disc Loader''', you can load homebrew programs from regular ISO9660 DVDs. It supports (sub)directories.
−
=これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック=
+
== Requirements ==
−
==これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック==
+
* Some way to run homebrew
−
===これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック===
+
* [[DVDx]]
−
これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック
−
====これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック=====
−
これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック
+
== Usage ==
+
* Rename programs to boot.dol and put them in separate (sub)directories on the DVD.
+
* Put meta.xml in the same directories if you want friendly program names and descriptions
+
* Put DISCINFO-file in the root of the DVD if you want disc information
+
* Burn as ISO9660 DVD.
+
* Put disc in console and start program.
+
* Follow on-screen instructions.
−
[[これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック]]
+
== DISCINFO-file ==
+
As of version 0.3, Homebrew Disc Loader supports a DISCINFO-file in the root of the DVD. This file contains info about the homebrew DVD. At the moment, only the first line is read and displayed as the disc title above the program menu. More fields may be implemented in the future; the recommended format is as follows:
−
[これは日本のニンテンドーfucking !私は神のCEOは、午前くそー!お客様の製品やfucking私fucking私のfuckingの雌ロバが改造停止を訴える!あなたファック]
+
<pre><Disc title>
+
<Author>
+
<Year of release>
+
<E-mail-address author>
+
<Legal information></pre>
+
+
Example:
+
+
<pre>Sierradev's Homebrew Compilation Disc
+
Sierradev
+
2008
+
foo@example.com
+
Various licenses apply</pre>
+
+
Note: not all fields may apply to your disc; just leave the non-applicable fields open by using an empty line
+
+
== Known issues ==
+
* Programs like Quake, which depend on data files in the same directory as the program, may not work. At the moment, it is unclear whether and, if so, when this will be fixed.
+
* If the disc title is longer than 60 characters, it will wrap to the next line and the menu may scroll up.
+
+
== Todo ==
+
* Graphical interface?
+
* Add loading from USB drive?
+
* Clean up code
+
+
== Changelog ==
+
* 0.3:
+
** Added support for meta.xml (name and long_description)
+
** Added support for DISCINFO-file (see above)
+
** Added eject- and retry-functions
+
** Fixed issue with scrolling through a long list
+
** Fixed issue where program crashed randomly due to a bug in memory allocation
+
** Changed name to Homebrew Disc Loader
+
+
* 0.2
+
** Initial public release