A Wii cIOS module that fakes Wiimotes from the input of Cronus devices
Device Name | Vendor Name | Vendor ID | Product ID |
---|---|---|---|
PlayStation 3 Controller | Sony Corp. | 054c | 0268 |
DualShock 4 [CUH-ZCT1x] | Sony Corp. | 054c | 05c4 |
DualShock 4 [CUH-ZCT2x] | Sony Corp. | 054c | 09cc |
- DS3 and DS4 support includes LEDs, rumble, and the accelerometer
- DS4's touchpad is used to emulate the Wiimote IR Camera pointer
- Both controllers emulate a Wiimote with the Nunchuk and Classic Controller extensions connected. Press L1+L3 to switch between them
- Three IR pointer emulation modes: direct (touchpad, only for DS4), analog axis relative (move the pointer with the right analog) and analog axis absolute (the pointer is moved proportionally to the right analog starting from the center). Press R1+R3 to switch between them
- Download d2x cIOS Installer for regular Wii/d2x cIOS Installer for vWii and extract it to the SD card
- Copy
FAKEMOTE.app
to the d2x cIOS Installer directory that contains the modules of the cIOS version you want to install. For example, ford2x-v10-beta52
copyFAKEMOTE.app
tosd:/apps/d2x-cIOS-Installer-Wii/v10/beta52/d2x-v10-beta52
- Open d2x cIOS Installer's
ciosmaps.xml
(located atsd:/apps/d2x-cIOS-Installer-Wii/ciosmaps.xml
) and do the following:- Locate the line containing the base IOS version you want to install. It starts with
<base ios=
. For base IOS 57:<base ios="57" version="5918" contentscount="26" modulescount="7">
- Increase
modulescount
andcontentscount
by 1. For base IOS 57:<base ios="57" version="5918" contentscount="27" modulescount="8">
- Add a
<content>
entry forFAKEMOTE
after the last<content module>
. For base IOS 57:<content id="0x24" module="FAKEMOTE" tmdmoduleid="-1"/>
- Locate the line containing the base IOS version you want to install. It starts with
- Run d2x cIOS Installer and install the cIOS
- You can install Priiloader and change the IOS slot to use when running System Menu and disc games:
- Enter Priiloader Menu > Settings > Use System Menu IOS (off) > IOS to use for SM (System Menu)
- You can configure your USB loader to specify the IOS slot to use when running the loader and/or games
- This has only been tested with base IOS 57 and 58
- Use base IOS 58 to have compatibility with both USB ports
- This is still in beta-stage, therefore it might not work as expected
- Download and install devkitARM
- Make sure to install the
devkitarm-cmake
package when usingpacman
- Make sure to install the
- Download
stripios
's source code from Leseratte's d2xl cIOS - Compile it:
g++ main.cpp -o stripios
- Install it:
cp stripios $DEVKITPRO/tools/bin
mkdir build && cd build
- Configure it with CMake. Two options:
a.arm-none-eabi-cmake ..
b.cmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=$DEVKITPRO/cmake/devkitARM.cmake ..
make
(orninja
if configured with-G Ninja
)FAKEMOTE.app
will be generated
I recommend passing -DCMAKE_COLOR_DIAGNOSTICS:BOOL=TRUE
, especially when using Ninja.
- Dolphin emulator developers
- Wiibrew contributors
- d2x cIOS developers
- Aurelio Mannara
- neimod, for their Custom IOS Module Toolkit
- Everybody else who helped me!
- ...and everybody who made Wii's scene a reality! 👍
THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESSED NOR IMPLIED.
NO ONE BUT YOURSELF IS RESPONSIBLE FOR ANY DAMAGE TO YOUR WII CONSOLE BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.