Feature Request
What feature are you suggesting?
Overview:
I've noticed that in the wiiuse API there isn't a way to just access memory, registers or do HID calls to Wiimotes.
Basically this request is just to expose some of the API calls in wiiuse for general homebrew application for proper use without odd hacks.
Smaller Details:
Nature of Request:
- Addition
- Adding functions like
WPAD_WriteMemory, WPAD_ReadMemory and WPAD_SendCommand to wpad.h
- Change
- Unknown (doubting much if any changes, likely only the addtions)
- Removal
Why would this feature be useful?
This feature helps mostly access to stuff like Miis or any special uses for games that utilize RAM or EEPROM storage on Wiimotes.
Feature Request
What feature are you suggesting?
Overview:
I've noticed that in the wiiuse API there isn't a way to just access memory, registers or do HID calls to Wiimotes.
Basically this request is just to expose some of the API calls in wiiuse for general homebrew application for proper use without odd hacks.
Smaller Details:
Using reference details from wiibrew wiki for wii-examples
References:
Wiimote (Memory and Register)
Mii data
Nature of Request:
WPAD_WriteMemory,WPAD_ReadMemoryandWPAD_SendCommandto wpad.hWhy would this feature be useful?
This feature helps mostly access to stuff like Miis or any special uses for games that utilize RAM or EEPROM storage on Wiimotes.