mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
completed the iso directory path chooser. changed a ini variable name so it is more to sonic's liking, and corrected an #ifndef
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@654 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
180070d1af
commit
6312ccbc30
5 changed files with 50 additions and 15 deletions
|
@ -268,7 +268,7 @@ extern "C" void Wiimote_DoState(void* ptr, int mode) {
|
|||
|
||||
extern "C" void Wiimote_Shutdown(void)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32
|
||||
if(!cwiid_disconnect(WiiMote))
|
||||
LOG(WIIMOTE,"Couldn't close WiiMote!\n");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue