mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Further fixes to the formatting change. WX sucks.
This commit is contained in:
parent
3570c7f03a
commit
5fcb4bb3ab
16 changed files with 59 additions and 48 deletions
|
@ -669,9 +669,9 @@ void TASInputDlg::GetKeyBoardInput(u8* data, WiimoteEmu::ReportFeatures rptf, in
|
|||
// u16 y = irData[1] | ((irData[2] >> 6 & 0x3) << 8);
|
||||
|
||||
// SetStickValue(&m_main_stick.x_cont.set_by_keyboard, &m_main_stick.x_cont.value,
|
||||
//m_main_stick.x_cont.text, x, 561);
|
||||
// m_main_stick.x_cont.text, x, 561);
|
||||
// SetStickValue(&m_main_stick.y_cont.set_by_keyboard, &m_main_stick.y_cont.value,
|
||||
//m_main_stick.y_cont.text, y, 486);
|
||||
// m_main_stick.y_cont.text, y, 486);
|
||||
//}
|
||||
|
||||
if (extData && ext == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue