Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | core: Replace remaining old non-generic logger usages with fmt-capable equivalents | Lioncash | 2018-04-26 | 1 | -3/+3 |
| | | | | | | LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class. | ||||
* | HID: use TouchDevice for touch pad | wwylele | 2017-08-24 | 1 | -0/+6 |
| | |||||
* | move MotionEmu from core/frontend to input_common as a InputDevice | wwylele | 2017-08-11 | 1 | -5/+4 |
| | |||||
* | HID: use MotionDevice for Accelerometer and Gyroscope | wwylele | 2017-08-11 | 1 | -0/+20 |
| | |||||
* | 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 |