Merge pull request #5807 from leoetlino/connect-wiimote

Move the Wiimote connect code out of Host
This commit is contained in:
Leo Lam
2017-07-27 15:02:28 +08:00
committed by GitHub
14 changed files with 44 additions and 114 deletions

View File

@ -104,9 +104,6 @@ void Host_NotifyMapLoaded()
void Host_UpdateDisasmDialog()
{
}
void Host_ConnectWiimote(int wm_idx, bool connect)
{
}
void Host_ShowVideoConfig(void* parent, const std::string& backend_name)
{
}