Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move screen size constants from video_core to core | Yuri Kunde Schlesner | 2017-05-28 | 3 | -13/+24 |
| | | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core. | ||||
* | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | 2017-05-28 | 3 | -1/+213 |
| | | | | | | This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | ||||
* | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | 2017-03-22 | 1 | -11/+15 |
|\ | | | | | Add custom layout settings. | ||||
| * | Add custom layout settings. | SonofUgly | 2017-02-23 | 1 | -11/+15 |
| | | |||||
* | | Input: remove unused stuff & clean up | wwylele | 2017-03-01 | 4 | -322/+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 | ||||
* | | InputCommon: add Keyboard | wwylele | 2017-03-01 | 1 | -2/+0 |
| | | |||||
* | | HID: use AnalogDevice | wwylele | 2017-03-01 | 1 | -0/+7 |
| | | |||||
* | | HID: use ButtonDevice | wwylele | 2017-03-01 | 1 | -0/+6 |
| | | |||||
* | | Input: add device and factory template | wwylele | 2017-03-01 | 1 | -0/+97 |
| | | |||||
* | | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues. | ||||
* | | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | 2017-02-27 | 1 | -1/+1 |
| | | | | | | | | More ergonomic to use and will be required for upcoming changes. | ||||
* | | PerfStats: Add method to get the instantaneous time ratio | Yuri Kunde Schlesner | 2017-02-27 | 1 | -3/+2 |
| | | |||||
* | | hid: remove the touch field from PadState (#2557) | Weiyi Wang | 2017-02-11 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | 2017-01-30 | 6 | -0/+204 |
|\ \ | | | | | | | CAM: build the service framework with a dummy implementation | ||||
| * | | CAM: implement basic camera functions with a blank camera | wwylele | 2017-01-11 | 6 | -0/+204 |
| | | | |||||
* | | | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC | Kloen | 2017-01-29 | 1 | -6/+6 |
| |/ |/| | |||||
* | | Frontend: make motion sensor interfaced thread-safe | wwylele | 2016-12-29 | 2 | -2/+8 |
| | | |||||
* | | Frontend: emulate motion sensor | wwylele | 2016-12-26 | 4 | -8/+204 |
|/ | |||||
* | core: Move emu_window and key_map into core | MerryMage | 2016-12-23 | 4 | -0/+642 |
* Removes circular dependences (common should not depend on core) |