summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-281-5/+3
| | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
* Merge pull request #2512 from SonofUgly/custom-layoutbunnei2017-03-221-11/+15
|\ | | | | Add custom layout settings.
| * Add custom layout settings.SonofUgly2017-02-231-11/+15
| |
* | Input: remove unused stuff & clean upwwylele2017-03-011-25/+1
| | | | | | | | | | | | | | 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: Make PerfStats internally lockedYuri Kunde Schlesner2017-02-271-1/+1
| | | | | | | | More ergonomic to use and will be required for upcoming changes.
* | PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner2017-02-271-3/+2
| |
* | hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-2/+0
| |
* | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen2017-01-291-6/+6
|/
* Frontend: make motion sensor interfaced thread-safewwylele2016-12-291-0/+3
|
* Frontend: emulate motion sensorwwylele2016-12-261-0/+22
|
* core: Move emu_window and key_map into coreMerryMage2016-12-231-0/+107
* Removes circular dependences (common should not depend on core)