mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
changed keyForControl to an unsigned int. it was in conflict with main.cpp
also changed the pre-build events so that it now compiles even when the dolphin source is located in a dir with a space(like C:\documents and settings) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@465 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
55002b9db2
commit
ad3bea4c04
3 changed files with 26 additions and 14 deletions
|
@ -49,7 +49,7 @@ int m_buttonResources[NUMCONTROLS] =
|
|||
// NUMCONTROLS
|
||||
};
|
||||
|
||||
extern int keyForControl[NUMCONTROLS];
|
||||
extern unsigned int keyForControl[NUMCONTROLS];
|
||||
extern bool g_rumbleEnable;
|
||||
|
||||
LRESULT CConfigDlg::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue