In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

User:Dronesplitter: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== GCMM 2.0? ==
Working on a (currently) unofficial update to [http://wiibrew.org/wiki/GCMM GCMM 1.0's source].
My current code: [http://www.mediafire.com/download.php?t23cch8388b3018 GCMM 2.0 Unofficial source], [http://www.mediafire.com/download.php?4dz4t3tn5cedmg4 Wii/GCN .dols]
Current changes from 1.0:
* Icons and banners now display for saves in all menus (still testing)
* File list doesn't redraw every time you move the cursor up or down
* Now lets you do a full backup of the memory card with one button press
Banner/icon loading code is based on files used in the [http://code.google.com/p/dolphin-emu/ Dolphin Wii/GCN Emulator Project], specifically ector's [http://dolphin-emu.googlecode.com/svn/trunk/Source/Core/VideoCommon/Src/TextureDecoder.cpp TextureDecoder.cpp].
{{Userboxtop}}
{{Userboxtop}}


Line 18: Line 6:
{{Userbox dev|Win}}
{{Userbox dev|Win}}
{{Userbox system menu|4.2}}
{{Userbox system menu|4.2}}
{{Userbox Twilight Hack}}
{{Userbox Trucha}}
{{Userbox homebrew channel}}
{{Userbox homebrew channel}}
{{Userbox bootmii}}
{{Userbox bootmii}}
Line 33: Line 23:


{{Userboxbottom}}
{{Userboxbottom}}
== GCMM 2.0? ==
Working on a (currently) unofficial update to [http://wiibrew.org/wiki/GCMM GCMM 1.0's source].
My current code: [http://www.mediafire.com/download.php?t23cch8388b3018 GCMM 2.0 Unofficial source], [http://www.mediafire.com/download.php?4dz4t3tn5cedmg4 Wii/GCN .dols]
Current changes from 1.0:
* Icons and banners now display for saves in all menus (still testing)
* File list doesn't redraw every time you move the cursor up or down
* Now lets you do a full backup of the memory card with one button press
Banner/icon loading code is based on files used in the [http://code.google.com/p/dolphin-emu/ Dolphin Wii/GCN Emulator Project], specifically ector's [http://dolphin-emu.googlecode.com/svn/trunk/Source/Core/VideoCommon/Src/TextureDecoder.cpp TextureDecoder.cpp].

Revision as of 15:20, 19 August 2010


en This user is a native speaker of English.
C This user codes in C.
C++ This user codes in C++.
This user develops using Windows.
Wii This user is running System Menu 4.2 on their Wii.
This user used the Twilight Hack to install homebrew.
This user has at least one trucha vulnerable IOS.
This user has installed the Homebrew Channel on their Wii.


BootMii This user has installed BootMii on their Wii.


Controllers
1 Wii Remote This user owns 1 Wii Remote.
This user owns 1 Nunchuk.
This user owns 1 Classic Controller.
Wii MotionPlus This user owns 1 Wii MotionPlus unit.
GameCube Controller This user owns 2 GameCube Controllers.


Memory Cards
SD Card This user owns a 1gb SD card.
SDHC Card This user owns a 4gb SDHC card.

GCMM 2.0?

Working on a (currently) unofficial update to GCMM 1.0's source.

My current code: GCMM 2.0 Unofficial source, Wii/GCN .dols

Current changes from 1.0:

  • Icons and banners now display for saves in all menus (still testing)
  • File list doesn't redraw every time you move the cursor up or down
  • Now lets you do a full backup of the memory card with one button press

Banner/icon loading code is based on files used in the Dolphin Wii/GCN Emulator Project, specifically ector's TextureDecoder.cpp.