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

@ -17,6 +17,7 @@
#include "common/vector_math.h"
#include "core/frontend/emu_window.h"
#include "core/memory.h"
#include "core/settings.h"
#include "video_core/pica_state.h"
#include "video_core/renderer_opengl/gl_rasterizer_cache.h"
#include "video_core/renderer_opengl/gl_state.h"