47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
|
TransmitMii is a little tool to transmit your DOL, ELF or WAD files to the Wii (WAD files
|
||
|
only with USB Loader GX).
|
||
|
Once you typed in your IP and protocol, you can simply drag a file onto the EXE to
|
||
|
transmit it.
|
||
|
|
||
|
The .NET Framework 2.0 is required to run this application!
|
||
|
TransmitMii is hosted on the CustomizeMii project page: http://customizemii.googlecode.com
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
Changelog:
|
||
|
|
||
|
Version 1.0
|
||
|
- Initial Release
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
Disclaimer:
|
||
|
|
||
|
This application comes without any express or implied warranty.
|
||
|
The author can't be held responsible for any damages arising from the use of it.
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
Thanks:
|
||
|
|
||
|
dhewg for wiiload
|
||
|
WiiCrazy / I.R.on for Crap
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
|
||
|
-----------------------------------------------------------------------------------------
|
||
|
License:
|
||
|
|
||
|
Copyright (C) 2009 Leathl
|
||
|
|
||
|
TransmitMii is free software: you can redistribute it and/or
|
||
|
modify it under the terms of the GNU General Public License as published
|
||
|
by the Free Software Foundation, either version 3 of the License, or
|
||
|
(at your option) any later version.
|
||
|
|
||
|
TransmitMii is distributed in the hope that it will be
|
||
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
||
|
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
GNU General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
-----------------------------------------------------------------------------------------
|