Linux build fix ... again.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5941 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-07-22 04:38:45 +00:00
parent 987832cbb0
commit 6795551a8c
3 changed files with 1 additions and 29 deletions

View File

@ -525,6 +525,7 @@ void Shutdown(void)
// Clean up wiiuse
#ifndef WIN32
wiiuse_cleanup(g_WiiMotesFromWiiUse, g_NumberOfWiiMotes);
g_WiiMotesFromWiiUse = NULL;
#endif
// Uninitialized
g_RealWiiMoteInitialized = false;