diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj index b7e40839b2..e8e4545d7f 100644 --- a/Source/Core/Common/Common.vcproj +++ b/Source/Core/Common/Common.vcproj @@ -28,7 +28,7 @@ > + + + + @@ -874,6 +882,10 @@ RelativePath="..\..\..\readme.txt" > + + diff --git a/Source/Plugins/Plugin_PadSimple/Src/ConfigDlg.cpp b/Source/Plugins/Plugin_PadSimple/Src/ConfigDlg.cpp index 74a6ba35ac..3cb7c9498f 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/ConfigDlg.cpp +++ b/Source/Plugins/Plugin_PadSimple/Src/ConfigDlg.cpp @@ -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*/)