mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Fix the no gui cmake build.
Add a version check for avcodec and swscale libraries. Fix a bug in the xlib wiimote emulation button configuration. If you are using a mouse button for wiimote emulation you may need to adjust your settings. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6426 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
71f842e8c0
commit
4f81997c14
4 changed files with 10 additions and 7 deletions
|
@ -163,7 +163,7 @@ std::string KeyboardMouse::Button::GetName() const
|
|||
}
|
||||
|
||||
static char tmpstr[] = "Click .";
|
||||
tmpstr[7] = button;
|
||||
tmpstr[6] = button;
|
||||
return tmpstr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue