Difference between revisions of "Open Sram Language Modifier"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
suloku 2009 | suloku 2009 | ||
+ | |||
+ | == Controls == | ||
+ | |||
+ | {| class="wikitable" style="float:left;text-align:center;" | ||
+ | |- | ||
+ | | {{Wiimote}} || {{GCNController}} || '''Action''' | ||
+ | |- | ||
+ | | {{WiimoteDPadDown}} || {{GCZButton}} || Toggle audio setting (Mono/Stereo) | ||
+ | |- | ||
+ | | {{WiimoteAButton}} || {{GCAButton}} || Set language to English | ||
+ | |- | ||
+ | | {{WiimoteBButton}} || {{GCBButton}} || Set language to German | ||
+ | |- | ||
+ | | {{WiimoteMinusButton}} || {{GCYButton}} || Set language to French | ||
+ | |- | ||
+ | | {{WiimotePlusButton}} || {{GCXButton}} || Set language to Spanish | ||
+ | |- | ||
+ | | {{Wiimote1Button}} || {{GCRTrigger}} || Set language to Italian | ||
+ | |- | ||
+ | | {{Wiimote2Button}} || {{GCLTrigger}} || Set language to Dutch | ||
+ | |- | ||
+ | | {{WiimoteHomeButton}} || {{GCStartButton}} || Exit | ||
+ | |} | ||
+ | |||
== Changelog == | == Changelog == |
Revision as of 18:22, 27 July 2009
Open Sram Language Modifier | |
![]() | |
General | |
---|---|
Author(s) | suloku |
Type | System tool |
Version | v2 |
Links | |
Download | |
Peripherals | |
![]() ![]() ![]() |
This is a clone of emu_kidid's sram language modifier 1.1. It has the same features except the SRAM HEX viewer.
I made this in the hope of it working on the wii, using yagd and libogc functions.
http://hitmen.c02.at/files/yagcd/yagcd/chap10.html#sec10.5
The "open" is just to differ it from emu_kidid's, as he lost the source and I couldn't find a better name, sorry for that.
suloku 2009
Controls
![]() |
![]() |
Action |
![]() |
![]() |
Toggle audio setting (Mono/Stereo) |
![]() |
![]() |
Set language to English |
![]() |
![]() |
Set language to German |
![]() |
![]() |
Set language to French |
![]() |
![]() |
Set language to Spanish |
![]() |
![]() |
Set language to Italian |
![]() |
![]() |
Set language to Dutch |
![]() |
![]() |
Exit |
Changelog
Version 2
- Forgot to initialize the gamecube pad, leading to a code dump on GC mode and in wii mode when a GC pad was connected.
- Added homebrew channel package.
Version 1
- Initial release.