mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add nunchuk support to tas input.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user