HotKey: fix warnings

This commit is contained in:
degasus
2015-02-04 20:19:16 +01:00
parent 235fa05171
commit 68c70be960
3 changed files with 5 additions and 5 deletions

View File

@ -153,6 +153,8 @@ const int num_hotkeys = (sizeof(hotkey_labels) / sizeof(hotkey_labels[0]));
namespace HotkeyManagerEmu
{
static u32 hotkeyDown[6];
static InputConfig s_config("Hotkeys", _trans("Hotkeys"), "Hotkeys");
InputConfig* GetConfig()
{