mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Wiimote: Forgot to remove this
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1819 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9a126190ec
commit
727cef5fcd
@ -523,13 +523,6 @@ void FillReportExtension(wm_extension& _ext)
|
|||||||
by 0x08 */
|
by 0x08 */
|
||||||
memcpy(g_RegExtTmpReport + 0x08, &_ext, sizeof(_ext));
|
memcpy(g_RegExtTmpReport + 0x08, &_ext, sizeof(_ext));
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
/**/if(GetAsyncKeyState('V')) // Log
|
|
||||||
{
|
|
||||||
std::string Temp = ArrayToString(g_RegExtTmpReport, sizeof(_ext), 0x08);
|
|
||||||
wprintf("Nunchuck DataFrame: %s\n", Temp.c_str());
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
// Encrypt it
|
// Encrypt it
|
||||||
wiimote_encrypt(&g_ExtKey, &g_RegExtTmpReport[0x08], 0x08, sizeof(_ext));
|
wiimote_encrypt(&g_ExtKey, &g_RegExtTmpReport[0x08], 0x08, sizeof(_ext));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user