Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
reg@pembo.co.uk committed Jul 3, 2012
1 parent 7c29839 commit 5f44444
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lwiiuse -lbte -lfat -ldi -logc -lm -lmxml -lz -lntfs
LIBS := -lwiiuse -lbte -lfat -ldi -logc -lmxml -lz -lntfs -lm

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
4 changes: 2 additions & 2 deletions meta.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="0.3">
<name>BootMii Config Editor</name>
<version>2.5</version>
<release_date>201004082330</release_date>
<version>2.7</version>
<release_date>201207032200</release_date>
<coder>Pembo</coder>
<short_description>Edit bootmii settings</short_description>
<long_description>Allows you to modify the video, autoboot, and bootdelay options from the BootMii ini file (sd:/bootmii/bootmii.ini) directly on the wii.
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| _ \ / _ \ / _ \| __| |\/| | | | | | / _ \| '_ \| |_| |/ _` | | _| / _` | | __/ _ \| '__|
| |_) | (_) | (_) | |_| | | | | | | |__| (_) | | | | _| | (_| | | |__| (_| | | || (_) | |
|____/ \___/ \___/ \__|_| |_|_|_| \____\___/|_| |_|_| |_|\__, | |_____\__,_|_|\__\___/|_|
|___/ BootMii Config Editor v2.5
|___/ BootMii Config Editor v2.7
(c)2010 Pembo - http://www.pembo.co.uk

-----------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -62,6 +62,19 @@ and update the icon as to what it finds.
Change Log
===================

03 July 2012 - v2.7
- Updated and compiled against latest libogc / devkitpro
- Modifed update URL

05 September 2010 - v2.6
- When BootMii Switch is active, a new option has been added - switch and reboot. This allows you
to switch the directories around and restart the wii immediately.

- USB2.0 Support (via IOS58). Bootmii Config Editor can now launch from a USB drive, however it will
still only edit INI files on the SD card. This utilises IOS58 from the HBC channel.
If you don't have IOS58 installed, you can install this using the IOS58 Clean Installer.
http://www.wiibrew.org/wiki/IOS58_Installer

07 August 2010 - v2.5
- Implementation Of BootMii Switch functionality. Can enable/disable BootMii through
the editor by renaming the directory from /bootmii to /~bootmii and vice versa
Expand Down
4 changes: 2 additions & 2 deletions sourcecode-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright
===============

All source unless otherwise labelled,
Copyright (C) 2010 - David Pemberton
Copyright (C) 2012 - David Pemberton

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -22,4 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

Contact
===============
bootmiieditor@dpembo.ukfsn.org
bootmiieditor@pembo.co.uk
2 changes: 1 addition & 1 deletion template.pnps
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pd><ViewState><e p="BootMiiConfigurationEditor" x="true"></e><e p="BootMiiConfigurationEditor\source\i18n" x="false"></e><e p="BootMiiConfigurationEditor\source\console" x="true"></e><e p="BootMiiConfigurationEditor\source\file" x="false"></e><e p="BootMiiConfigurationEditor\source\http" x="false"></e><e p="BootMiiConfigurationEditor\source\stringutils" x="false"></e><e p="BootMiiConfigurationEditor\source\unzip" x="false"></e><e p="BootMiiConfigurationEditor\source\wiimote" x="false"></e><e p="BootMiiConfigurationEditor\source" x="true"></e><e p="BootMiiConfigurationEditor\source\fileop" x="false"></e><e p="BootMiiConfigurationEditor\source\timer" x="false"></e><e p="BootMiiConfigurationEditor\source\utils" x="false"></e></ViewState></pd>
<pd><ViewState><e p="BootMiiConfigurationEditor" x="true"></e><e p="BootMiiConfigurationEditor\source\i18n" x="false"></e><e p="BootMiiConfigurationEditor\source\console" x="false"></e><e p="BootMiiConfigurationEditor\source\file" x="false"></e><e p="BootMiiConfigurationEditor\source\http" x="false"></e><e p="BootMiiConfigurationEditor\source\stringutils" x="false"></e><e p="BootMiiConfigurationEditor\source\unzip" x="false"></e><e p="BootMiiConfigurationEditor\source\wiimote" x="false"></e><e p="BootMiiConfigurationEditor\source" x="true"></e><e p="BootMiiConfigurationEditor\source\fileop" x="false"></e><e p="BootMiiConfigurationEditor\source\timer" x="false"></e><e p="BootMiiConfigurationEditor\source\utils" x="false"></e></ViewState></pd>

0 comments on commit 5f44444

Please sign in to comment.