Input: remove unused stuff & clean up

1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID
2. removed button handling in EmuWindow
3. removed key_map
4. cleanup #include
This commit is contained in:
wwylele 2017-01-28 12:33:35 +02:00
parent e7a602fe16
commit e02c4b7195
9 changed files with 3 additions and 412 deletions

View file

@ -13,6 +13,7 @@
#include "common/scm_rev.h"
#include "common/string_util.h"
#include "core/core.h"
#include "core/settings.h"
#include "input_common/keyboard.h"
#include "input_common/main.h"
#include "video_core/debug_utils/debug_utils.h"