mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 22:27:51 +00:00
Emulated Wiimote and SimplePad: Build fixes for Linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2264 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9041485a73
commit
b53c30ad25
4 changed files with 31 additions and 26 deletions
|
@ -233,9 +233,7 @@ bool IsDeadZone(float DeadZone, int x, int y);
|
|||
std::vector<int> Square2Circle(int _x, int _y, int _pad, std::string SDiagonal, bool Circle2Square = false);
|
||||
|
||||
// Input configuration
|
||||
#ifdef _WIN32
|
||||
std::string VKToString(int keycode);
|
||||
#endif
|
||||
std::string VKToString(int keycode);
|
||||
|
||||
#ifndef _SDL_MAIN_
|
||||
extern int g_LastPad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue