mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
New Wiimote Plugin: Fix hang on close issue of my last commit.(thanks to glennrics) Made profile saving/deleting a bit more user friendly.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6097 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -101,9 +101,6 @@ void Wiimote::DisableDataReporting()
|
||||
|
||||
void Wiimote::ClearReadQueue()
|
||||
{
|
||||
// might be silly
|
||||
while (wiiuse_io_read(wiimote)) {};
|
||||
|
||||
if (m_last_data_report)
|
||||
{
|
||||
delete[] m_last_data_report;
|
||||
|
Reference in New Issue
Block a user