summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/key_map.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Input: remove unused stuff & clean upwwylele2017-03-011-93/+0
| | | | | | | 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
* core: Move emu_window and key_map into coreMerryMage2016-12-231-0/+93
* Removes circular dependences (common should not depend on core)