Commit Graph

10 Commits (ccc3985cc0efe520bf4f53d4fcac7bfe1abdc82c)

Author SHA1 Message Date
bunnei ccc3985cc0 Merge pull request #2512 from SonofUgly/custom-layout
Add custom layout settings.
8 years ago
wwylele e02c4b7195 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
8 years ago
Yuri Kunde Schlesner b285c2a4ed Core: Make PerfStats internally locked
More ergonomic to use and will be required for upcoming changes.
8 years ago
Yuri Kunde Schlesner 92c8bd4b1f PerfStats: Add method to get the instantaneous time ratio 8 years ago
SonofUgly e0a4450bbd Add custom layout settings. 8 years ago
Weiyi Wang 0dd007e9ba hid: remove the touch field from PadState (#2557) 8 years ago
Kloen ff7d68d743 core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC 8 years ago
wwylele d7d40b3c56 Frontend: make motion sensor interfaced thread-safe 8 years ago
wwylele bcf9d20d57 Frontend: emulate motion sensor 8 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
8 years ago