mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Add nunchuk support to tas input.
This commit is contained in:
parent
a41397d5d7
commit
2eac08aa30
11 changed files with 310 additions and 208 deletions
|
@ -351,6 +351,6 @@ void OnStoppedCallback();
|
|||
|
||||
// For TASInputDlg
|
||||
void GCTASManipFunction(GCPadStatus* PadStatus, int controllerID);
|
||||
void WiiTASManipFunction(u8* data, WiimoteEmu::ReportFeatures rptf, int controllerID);
|
||||
void WiiTASManipFunction(u8* data, WiimoteEmu::ReportFeatures rptf, int controllerID, int ext, const wiimote_key key);
|
||||
bool TASInputHasFocus();
|
||||
extern int g_saveSlot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue